Author: sichen
Date: Wed Jun 27 09:45:57 2007
New Revision: 551229
URL:
http://svn.apache.org/viewvc?view=rev&rev=551229Log:
Improve Approved Requirements by Vendor screen so that when the [Prepare Order] button is pressed, it lists requirements right away.
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=551229&r1=551228&r2=551229==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml Wed Jun 27 09:45:57 2007
@@ -337,6 +337,14 @@
</entity-options>
</drop-down>
</field>
+ <field name="prepareFind"><hidden value="Y"/></field>
+ <field name="facilityId">
+ <drop-down allow-empty="false">
+ <entity-options entity-name="Facility" description="${facilityName} (${facilityId})" key-field-name="facilityId">
+ <entity-order-by field-name="facilityName"/>
+ </entity-options>
+ </drop-down>
+ </field>
<field name="prepare" title="${uiLabelMap.OrderPrepareOrder}" widget-style="buttontext">
<submit button-type="button"/>
</field>