svn commit: r775096 - /ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r775096 - /ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml

mor-2
Author: mor
Date: Fri May 15 12:05:05 2009
New Revision: 775096

URL: http://svn.apache.org/viewvc?rev=775096&view=rev
Log:
Set dafault value of 'Requirement Method Enum Id' drop down. This would not cause any harm.
Patch from Arun Patidar, OFBIZ-2476 (https://issues.apache.org/jira/browse/OFBIZ-2476)

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml

Modified: ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml?rev=775096&r1=775095&r2=775096&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml Fri May 15 12:05:05 2009
@@ -124,7 +124,7 @@
             <drop-down allow-empty="true" no-current-selected-key="Y"><option key="Y" description="${uiLabelMap.CommonY}"/><option key="N" description="${uiLabelMap.CommonN}"/></drop-down>
         </field>
         <field name="requirementMethodEnumId">
-            <drop-down allow-empty="true">
+            <drop-down allow-empty="true" no-current-selected-key="PRODRQM_ATP">
                 <entity-options entity-name="Enumeration" key-field-name="enumId" description="${description}">
                     <entity-constraint name="enumTypeId" value="PROD_REQ_METHOD"/>
                     <entity-order-by field-name="sequenceId"/>