Author: deepak
Date: Thu Oct 26 11:50:19 2017
New Revision: 1813391
URL:
http://svn.apache.org/viewvc?rev=1813391&view=revLog:
Removed unused SECA rule, as we have new group service createBillingAccountAndRole for this purpose. This seca rule will never get trigger
Modified:
ofbiz/ofbiz-framework/trunk/applications/accounting/servicedef/secas.xml
Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/servicedef/secas.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/servicedef/secas.xml?rev=1813391&r1=1813390&r2=1813391&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/accounting/servicedef/secas.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/accounting/servicedef/secas.xml Thu Oct 26 11:50:19 2017
@@ -42,11 +42,6 @@ under the License.
<action service="updatePaymentMethodAddress" mode="sync"/>
</eca>
- <eca service="createBillingAccount" event="return">
- <condition field-name="roleTypeId" operator="is-not-empty"/>
- <condition field-name="partyId" operator="is-not-empty"/>
- <action service="createBillingAccountRole" mode="sync"/>
- </eca>
<eca service="createBillingAccountRole" event="invoke">
<condition field-name="roleTypeId" operator="is-not-empty"/>
<condition field-name="partyId" operator="is-not-empty"/>