You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/04/10 17:03:34 UTC

svn commit: r527151 - /ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/routing/RoutingServices.xml

Author: jacopoc
Date: Tue Apr 10 08:03:33 2007
New Revision: 527151

URL: http://svn.apache.org/viewvc?view=rev&rev=527151
Log:
Fixed bad set assignment.

Modified:
    ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/routing/RoutingServices.xml

Modified: ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/routing/RoutingServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/routing/RoutingServices.xml?view=diff&rev=527151&r1=527150&r2=527151
==============================================================================
--- ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/routing/RoutingServices.xml (original)
+++ ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/routing/RoutingServices.xml Tue Apr 10 08:03:33 2007
@@ -120,7 +120,7 @@
         <field-to-result field-name="tasks"/>
     </simple-method>
     <simple-method method-name="getRoutingTaskAssocs" short-description="Get the routing task assocs of a given routing">
-        <set from-field="workEffortId" field="lookupTasks.workEffortIdFrom"/>
+        <set from-field="parameters.workEffortId" field="lookupTasks.workEffortIdFrom"/>
         <string-to-list string="sequenceNum" list-name="tasksOrder"/>
         <set value="ROUTING_COMPONENT" field="lookupTasks.workEffortAssocTypeId"/>
         <find-by-and entity-name="WorkEffortAssoc" list-name="routingTaskAssocs" map-name="lookupTasks" order-by-list-name="tasksOrder"/>