Author: sichen
Date: Thu Mar 15 10:13:52 2007
New Revision: 518695
URL:
http://svn.apache.org/viewvc?view=rev&rev=518695Log:
Changed facilityId to a required field in ApprovedProductRequirements. Although this disables the ability to find them across facility, it improves the UI in that the user knows it must be set for purchase order creaton.
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml?view=diff&rev=518695&r1=518694&r2=518695==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml Thu Mar 15 10:13:52 2007
@@ -246,7 +246,7 @@
</field>
<field name="unassignedRequirements"><check/></field>
<field name="facilityId">
- <drop-down allow-empty="true">
+ <drop-down allow-empty="false">
<entity-options entity-name="Facility" description="${facilityId}"/>
</drop-down>
</field>