svn commit: r565084 - /ofbiz/branches/release4.0/applications/order/servicedef/secas.xml

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

svn commit: r565084 - /ofbiz/branches/release4.0/applications/order/servicedef/secas.xml

jleroux@apache.org
Author: jleroux
Date: Sun Aug 12 09:18:45 2007
New Revision: 565084

URL: http://svn.apache.org/viewvc?view=rev&rev=565084
Log:
The seca part of the patch from Bilgin Ibryam "Quote WorkEffort bug" (https://issues.apache.org/jira/browse/OFBIZ-1180)
Applied manually (conflict)

Modified:
    ofbiz/branches/release4.0/applications/order/servicedef/secas.xml

Modified: ofbiz/branches/release4.0/applications/order/servicedef/secas.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/order/servicedef/secas.xml?view=diff&rev=565084&r1=565083&r2=565084
==============================================================================
--- ofbiz/branches/release4.0/applications/order/servicedef/secas.xml (original)
+++ ofbiz/branches/release4.0/applications/order/servicedef/secas.xml Sun Aug 12 09:18:45 2007
@@ -162,7 +162,7 @@
         <condition field-name="statusId" operator="equals" value="RETURN_CANCELLED"/>
         <action service="cancelReturnItems" mode="sync"/>
     </eca>
-
+
     <eca service="updateReturnStatusFromReceipt" event="global-commit">
         <condition field-name="returnHeaderStatus" operator="equals" value="RETURN_RECEIVED"/>
         <action service="processReplacementReturn" mode="sync"/>
@@ -255,7 +255,7 @@
     </eca>
     <!-- WorkEffort -->
     <eca service="createQuoteWorkEffort" event="invoke">
-        <condition field-name="workEffotId" operator="is-empty" />
+        <condition field-name="workEffortId" operator="is-empty" />
         <action service="createWorkEffort" mode="sync"/>
     </eca>
 </service-eca>