Author: apatel
Date: Wed Dec 19 08:16:58 2007
New Revision: 605602
URL:
http://svn.apache.org/viewvc?rev=605602&view=revLog:
Commented eca on createPayment.
Modified:
ofbiz/trunk/applications/accounting/servicedef/secas_ledger.xml
Modified: ofbiz/trunk/applications/accounting/servicedef/secas_ledger.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/secas_ledger.xml?rev=605602&r1=605601&r2=605602&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/secas_ledger.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/secas_ledger.xml Wed Dec 19 08:16:58 2007
@@ -78,11 +78,12 @@
<action service="createAcctgTransForFixedAssetMaintIssuance" mode="sync"/>
</eca>
<!--attempt to create AcctgTrans and Entries for Incoming Payment -->
+ <!-- Uncomment this entry if GL data is setup.
<eca service="createPayment" event="commit">
<condition field-name="statusId" operator="equals" value="PMNT_RECEIVED"/>
<action service="createAcctgTransAndEntriesForIncomingPayment" mode="sync"/>
</eca>
-
+ -->
<!--attempt to create AcctgTrans and Entries for Incoming when set PaymentStatus -->
<eca service="setPaymentStatus" event="commit">
<condition field-name="statusId" operator="equals" value="PMNT_RECEIVED"/>