[OFBiz] SVN: r6038 -
trunk/applications/product/script/org/ofbiz/product/product
jacopo at svn.ofbiz.org
jacopo at svn.ofbiz.org
Sat Oct 29 09:34:14 EDT 2005
Author: jacopo
Date: 2005-10-29 08:34:09 -0500 (Sat, 29 Oct 2005)
New Revision: 6038
Modified:
trunk/applications/product/script/org/ofbiz/product/product/ProductServices.xml
Log:
Small fix that removes duplicated set operation: thanks to Ray Barlow for the report.
Modified: trunk/applications/product/script/org/ofbiz/product/product/ProductServices.xml
===================================================================
--- trunk/applications/product/script/org/ofbiz/product/product/ProductServices.xml 2005-10-29 13:16:34 UTC (rev 6037)
+++ trunk/applications/product/script/org/ofbiz/product/product/ProductServices.xml 2005-10-29 13:34:09 UTC (rev 6038)
@@ -271,7 +271,6 @@
<if-not-empty field-name="removeAssocs" map-name="parameters">
<remove-by-and entity-name="ProductAssoc" map-name="productFindContext"/>
<!-- small difference here, also do the reverse assocs... -->
- <set from-field="parameters.oldProductId" field="reverseProductFindContext.productIdTo"/>
<remove-by-and entity-name="ProductAssoc" map-name="reverseProductFindContext"/>
</if-not-empty>
<if-not-empty field-name="removeAttributes" map-name="parameters">
More information about the Svn
mailing list