svn commit: r427525 - /incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/cost/CostServices.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r427525 - /incubator/ofbiz/trunk/applications/product/script/org/ofbiz/product/cost/CostServices.xml

jacopoc
Author: jacopoc
Date: Tue Aug  1 03:55:30 2006
New Revision: 427525

URL: http://svn.apache.org/viewvc?rev=427525&view=rev
Log:
Fixed bad variable name (caused by cut'n'paste!) that was causing the standard costs to be inaccurate.

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?rev=427525&r1=427524&r2=427525&view=diff
==============================================================================
--- 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 Tue Aug  1 03:55:30 2006
@@ -79,7 +79,7 @@
         <set from-field="parameters.currencyUomId" field="costsAndMap.costUomId"/>
         <!-- Route costs -->
         <set value="${parameters.costComponentTypePrefix}_ROUTE_COST" field="costsAndMap.costComponentTypeId"/>
-        <find-by-and entity-name="CostComponent" map-name="costsAndMap" list-name="laborCosts"/>
+        <find-by-and entity-name="CostComponent" map-name="costsAndMap" list-name="routeCosts"/>
         <filter-list-by-date list-name="routeCosts"/>
         <first-from-list list-name="routeCosts" entry-name="routeCost"/>
         <!-- Labor costs -->