svn commit: r550689 - /ofbiz/trunk/applications/accounting/entitydef/eecas.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r550689 - /ofbiz/trunk/applications/accounting/entitydef/eecas.xml

jaz-3
Author: jaz
Date: Mon Jun 25 22:02:01 2007
New Revision: 550689

URL: http://svn.apache.org/viewvc?view=rev&rev=550689
Log:
removed eeca which sets fin accounts to frozen (now a manual only flag), the inGoodStanding flag is handled elsewhere.

Modified:
    ofbiz/trunk/applications/accounting/entitydef/eecas.xml

Modified: ofbiz/trunk/applications/accounting/entitydef/eecas.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/entitydef/eecas.xml?view=diff&rev=550689&r1=550688&r2=550689
==============================================================================
--- ofbiz/trunk/applications/accounting/entitydef/eecas.xml (original)
+++ ofbiz/trunk/applications/accounting/entitydef/eecas.xml Mon Jun 25 22:02:01 2007
@@ -23,8 +23,7 @@
     
     <!-- To maintain FinAccount.actualBalance and FinAccount.availableBalance -->
     <eca entity="FinAccountTrans" operation="create-store" event="return">
-        <action service="updateFinAccountBalancesFromTrans" mode="sync"/>
-        <action service="checkFinAccountStatus" mode="sync"/>
+        <action service="updateFinAccountBalancesFromTrans" mode="sync"/>        
     </eca>
     <!-- To maintain FinAccount.availableBalance -->
     <eca entity="FinAccountAuth" operation="create-store" event="return">