svn commit: r806425 - /ofbiz/branches/release09.04/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: r806425 - /ofbiz/branches/release09.04/applications/order/servicedef/secas.xml

ashish-18
Author: ashish
Date: Fri Aug 21 05:48:36 2009
New Revision: 806425

URL: http://svn.apache.org/viewvc?rev=806425&view=rev
Log:
Removing the eca as suggested by Jacques on the developer mailing list - as this eca have no action tag now.

Modified:
    ofbiz/branches/release09.04/applications/order/servicedef/secas.xml

Modified: ofbiz/branches/release09.04/applications/order/servicedef/secas.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/order/servicedef/secas.xml?rev=806425&r1=806424&r2=806425&view=diff
==============================================================================
--- ofbiz/branches/release09.04/applications/order/servicedef/secas.xml (original)
+++ ofbiz/branches/release09.04/applications/order/servicedef/secas.xml Fri Aug 21 05:48:36 2009
@@ -47,10 +47,6 @@
         <condition field-name="facilityId" operator="is-not-empty"/>
         <action service="setUnitPriceAsLastPrice" mode="sync"/>
     </eca>
-    <eca service="receiveInventoryProduct" event="commit">
-        <condition field-name="facilityId" operator="is-not-empty"/>
-        <condition field-name="orderId" operator="is-not-empty"/>
-    </eca>
     <eca service="changeOrderItemStatus" event="commit">
         <condition field-name="statusId" operator="equals" value="ITEM_CANCELLED"/>
         <action service="cancelOrderInventoryReservation" mode="sync"/>