Author: jacopoc
Date: Thu Oct 5 02:59:20 2006
New Revision: 453168
URL:
http://svn.apache.org/viewvc?view=rev&rev=453168Log:
Fixed bug in batch cost calculation: missing parameter.
Modified:
incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/cost/CostServices.xml
Modified: incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/cost/CostServices.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/cost/CostServices.xml?view=diff&rev=453168&r1=453167&r2=453168==============================================================================
--- incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/cost/CostServices.xml (original)
+++ incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/cost/CostServices.xml Thu Oct 5 02:59:20 2006
@@ -197,6 +197,7 @@
<order-by field-name="-billOfMaterialLevel"/>
</entity-condition>
<set from-field="parameters.currencyUomId" field="inMap.currencyUomId"/>
+ <set from-field="parameters.costComponentTypePrefix" field="inMap.costComponentTypePrefix"/>
<iterate list-name="products" entry-name="product">
<set from-field="product.productId" field="inMap.productId"/>
<call-service service-name="calculateProductCosts" in-map-name="inMap"/>