Author: jonesde
Date: Sun Feb 4 15:51:44 2007
New Revision: 503516
URL: http://svn.apache.org/viewvc?view=rev&rev=503516
Log:
This is a fix from a recent patch from Anil Patel that I missed in the main
commit; fixes a bug from earlier work
Modified:
ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml
Modified:
ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml?view=diff&rev=503516&r1=503515&r2=503516
==============================================================================
---
ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml
(original)
+++
ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml
Sun Feb 4 15:51:44 2007
@@ -1081,7 +1081,7 @@
<!-- set up entity filter for workEffortAssoc-->
<set field="workEffortAssocFindContext.workEffortIdFrom"
from-field="parameters.oldWorkEffortId"/>
- <set field="reverseWorkEffortFindContext.workEffortIdTo"
from-field="parameters.oldProductId"/>
+ <set field="reverseWorkEffortFindContext.workEffortIdTo"
from-field="parameters.oldWorkEffortId"/>
<if-not-empty field-name="duplicateWorkEffortAssocs"
map-name="parameters">
<find-by-and entity-name="WorkEffortAssoc"
map-name="workEffortAssocFindContext" list-name="foundValues"/>
<iterate entry-name="foundValue" list-name="foundValues">