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

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

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

apatel-2
Author: apatel
Date: Wed Dec 19 08:34:06 2007
New Revision: 605608

URL: http://svn.apache.org/viewvc?rev=605608&view=rev
Log:
Sorry, I saw Jacopo's comments from his earlier commit. Instead I need to fix seed data in my app.

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=605608&r1=605607&r2=605608&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/secas_ledger.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/secas_ledger.xml Wed Dec 19 08:34:06 2007
@@ -78,12 +78,10 @@
         <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"/>