Author: jacopoc
Date: Fri Sep 22 06:34:36 2006
New Revision: 448924

URL: http://svn.apache.org/viewvc?view=rev&rev=448924
Log:
Replaced the lookup button with a drop down box: in fact in this way it is more 
consistent with the other existing screens.

Modified:
    
incubator/ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml

Modified: 
incubator/ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml?view=diff&rev=448924&r1=448923&r2=448924
==============================================================================
--- 
incubator/ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml
 (original)
+++ 
incubator/ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml
 Fri Sep 22 06:34:36 2006
@@ -237,7 +237,14 @@
                 </entity-options>
             </drop-down>
         </field>
-        <field name="partyId" title="${uiLabelMap.PartySupplier}"><lookup 
target-form-name="LookupPartyName"/></field>
+        <field name="partyId" title="${uiLabelMap.ProductSupplier}" 
widget-style="selectBox">
+            <drop-down allow-empty="true">
+                <entity-options entity-name="PartyRoleAndPartyDetail" 
key-field-name="partyId" description="${groupName} [${partyId}]">
+                    <entity-constraint name="roleTypeId"  value="SUPPLIER" 
operator="equals"/>
+                    <entity-order-by field-name="partyId"/>
+                </entity-options>
+            </drop-down>
+        </field>
         <field name="unassignedRequirements"><check/></field>
         <field name="facilityId">
             <drop-down allow-empty="true">


Reply via email to