[OFBiz] SVN: r5996 - trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort

jacopo at svn.ofbiz.org jacopo at svn.ofbiz.org
Fri Oct 21 08:45:22 EDT 2005


Author: jacopo
Date: 2005-10-21 07:45:16 -0500 (Fri, 21 Oct 2005)
New Revision: 5996

Modified:
   trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml
Log:
Fixed bug in the updateWorkEffort service: in a set operation, the map and field name where not in the correct order.

Modified: trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml
===================================================================
--- trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml	2005-10-21 07:04:10 UTC (rev 5995)
+++ trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml	2005-10-21 12:45:16 UTC (rev 5996)
@@ -84,7 +84,7 @@
             <make-value value-name="newWorkEffortStatus" entity-name="WorkEffortStatus"/>
             <set from-field="lookedUpValue.workEffortId" field="newWorkEffortStatus.workEffortId"/>
             <set from-field="lookedUpValue.currentStatusId" field="newWorkEffortStatus.statusId"/>
-            <set from-field="nowTimestamp" field="statusDatetime.newWorkEffortStatus"/>
+            <set from-field="nowTimestamp" field="newWorkEffortStatus.statusDatetime"/>
             <set from-field="userLogin.userLoginId" field="newWorkEffortStatus.setByUserLogin"/>
             <create-value value-name="newWorkEffortStatus"/>
         </if-compare-field>



More information about the Svn mailing list