[OFBiz] SVN: r4707 - trunk/applications/product/widget/catalog

jonesde at svn.ofbiz.org jonesde at svn.ofbiz.org
Fri Mar 25 20:39:43 EST 2005


Author: jonesde
Date: 2005-03-25 19:39:40 -0600 (Fri, 25 Mar 2005)
New Revision: 4707

Modified:
   trunk/applications/product/widget/catalog/ProductScreens.xml
Log:
Added patch from Jacopo for manufacturing data changes, improved filtering

Modified: trunk/applications/product/widget/catalog/ProductScreens.xml
===================================================================
--- trunk/applications/product/widget/catalog/ProductScreens.xml	2005-03-25 20:29:20 UTC (rev 4706)
+++ trunk/applications/product/widget/catalog/ProductScreens.xml	2005-03-26 01:39:40 UTC (rev 4707)
@@ -262,6 +262,8 @@
     
                 <set field="productId" from-field="parameters.productId"/>
                 <set field="productAssocTypeId" value="MANUF_COMPONENT"/>
+                <set field="statusId" value="ROU_PROD_TEMPLATE"/>
+                
                 <entity-one entity-name="Product" value-name="product"/>
                 <entity-and entity-name="ProductAssoc" list-name="components">
                     <field-map env-name="productId"/>
@@ -273,7 +275,8 @@
                     <field-map env-name="productAssocTypeId"/>
                 </entity-and>
                 <entity-and entity-name="WorkEffortGoodStandard" list-name="routings">
-                    <field-map env-name="productId" field-name="productId"/>
+                    <field-map env-name="productId"/>
+                    <field-map env-name="statusId"/>
                 </entity-and>
                 
             </actions>



More information about the Svn mailing list