Author: jaz
Date: Thu May 17 18:01:51 2007
New Revision: 539203
URL:
http://svn.apache.org/viewvc?view=rev&rev=539203Log:
fixed the subscriptions back to approved; checked in by mistake
Modified:
ofbiz/trunk/applications/order/servicedef/secas.xml
Modified: ofbiz/trunk/applications/order/servicedef/secas.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/secas.xml?view=diff&rev=539203&r1=539202&r2=539203==============================================================================
--- ofbiz/trunk/applications/order/servicedef/secas.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/secas.xml Thu May 17 18:01:51 2007
@@ -71,7 +71,7 @@
<!-- This ECA is for content usage subscriptions -->
<eca service="changeOrderStatus" event="commit" run-on-error="false">
- <condition field-name="statusId" operator="equals" value="ORDER_COMPLETED"/>
+ <condition field-name="statusId" operator="equals" value="ORDER_APPROVED"/>
<condition field-name="orderTypeId" operator="equals" value="SALES_ORDER"/>
<condition-field field-name="statusId" operator="not-equals" to-field-name="oldStatusId"/>
<action service="updateContentSubscriptionByOrder" mode="sync"/>