You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2009/05/15 16:13:23 UTC

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

Author: mor
Date: Fri May 15 14:13:23 2009
New Revision: 775144

URL: http://svn.apache.org/viewvc?rev=775144&view=rev
Log:
Reverted following David's advice on dev mailing list.
{quotes} Usually configurable settings like this are set once and then stay there until a new requirement comes up, so no UI or code changes are needed... just data 
specific to the client in the database.{quotes}

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=775144&r1=775143&r2=775144&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml Fri May 15 14:13:23 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" no-current-selected-key="PRODRQM_ATP">
+            <drop-down allow-empty="true">
                 <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"/>