[OFBiz] SVN: r6121 - trunk/applications/order/webapp/ordermgr/request

jacopo at svn.ofbiz.org jacopo at svn.ofbiz.org
Mon Nov 14 10:59:31 EST 2005


Author: jacopo
Date: 2005-11-14 09:59:25 -0600 (Mon, 14 Nov 2005)
New Revision: 6121

Modified:
   trunk/applications/order/webapp/ordermgr/request/RequestForms.xml
Log:
Changed product lookup from LookupProduct to LookupProductAndPrice

Modified: trunk/applications/order/webapp/ordermgr/request/RequestForms.xml
===================================================================
--- trunk/applications/order/webapp/ordermgr/request/RequestForms.xml	2005-11-13 20:16:10 UTC (rev 6120)
+++ trunk/applications/order/webapp/ordermgr/request/RequestForms.xml	2005-11-14 15:59:25 UTC (rev 6121)
@@ -253,7 +253,7 @@
         <field name="custRequestItemSeqId"><hidden/></field>
         <field name="isPromo"><hidden/></field>
         <field name="productId">
-            <lookup target-form-name="LookupProduct"/>
+            <lookup target-form-name="LookupProductAndPrice"/>
         </field>
         <field name="productFeatureId">
             <lookup target-form-name="LookupProductFeature"/>



More information about the Svn mailing list