You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ap...@apache.org on 2007/12/19 17:16:58 UTC

svn commit: r605602 - /ofbiz/trunk/applications/accounting/servicedef/secas_ledger.xml

Author: apatel
Date: Wed Dec 19 08:16:58 2007
New Revision: 605602

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