You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2017/10/26 11:50:19 UTC

svn commit: r1813391 - /ofbiz/ofbiz-framework/trunk/applications/accounting/servicedef/secas.xml

Author: deepak
Date: Thu Oct 26 11:50:19 2017
New Revision: 1813391

URL: http://svn.apache.org/viewvc?rev=1813391&view=rev
Log:
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"/>