svn commit: r431998 - /incubator/ofbiz/trunk/applications/order/servicedef/secas.xml
Posted by
sichen on
URL: http://ofbiz.116.s1.nabble.com/svn-commit-r431998-incubator-ofbiz-trunk-applications-order-servicedef-secas-xml-tp208842.html
Author: sichen
Date: Wed Aug 16 12:24:51 2006
New Revision: 431998
URL:
http://svn.apache.org/viewvc?rev=431998&view=revLog:
OFBIZ-158: Remove seca that is changing RETURN_COMPLETED items to RETURN_ACCEPTED, messing up the return business logic.
Modified:
incubator/ofbiz/trunk/applications/order/servicedef/secas.xml
Modified: incubator/ofbiz/trunk/applications/order/servicedef/secas.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/servicedef/secas.xml?rev=431998&r1=431997&r2=431998&view=diff==============================================================================
--- incubator/ofbiz/trunk/applications/order/servicedef/secas.xml (original)
+++ incubator/ofbiz/trunk/applications/order/servicedef/secas.xml Wed Aug 16 12:24:51 2006
@@ -140,10 +140,6 @@
<condition field-name="currentStatusId" operator="not-equals" value="RETURN_CANCELLED"/>
<action service="sendReturnCancelNotification" mode="async" persist="true"/>
</eca>
- <eca service="updateReturnHeader" event="commit">
- <condition-field field-name="statusId" operator="not-equals" to-field-name="currentStatusId"/>
- <action service="updateReturnItemsStatus" mode="sync"/>
- </eca>
<eca service="updateReturnItem" event="commit">
<condition field-name="statusId" operator="equals" value="RETURN_RECEIVED"/>