svn commit: r619094 - /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: r619094 - /ofbiz/trunk/applications/accounting/servicedef/secas_ledger.xml

jacopoc
Author: jacopoc
Date: Wed Feb  6 10:28:03 2008
New Revision: 619094

URL: http://svn.apache.org/viewvc?rev=619094&view=rev
Log:
Tentative fix to trigger the proper GL accounting transactions also for POS orders; needs more tests.

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=619094&r1=619093&r2=619094&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/secas_ledger.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/secas_ledger.xml Wed Feb  6 10:28:03 2008
@@ -29,7 +29,7 @@
 
     <!-- create the accounting transactions for a sales shipment issuance every time the inventory is issued to the shipment -->
     <eca service="createItemIssuance" event="commit">
-        <condition field-name="shipmentId" operator="is-not-empty"/>
+        <condition field-name="orderId" operator="is-not-empty"/>
         <condition field-name="inventoryItemId" operator="is-not-empty"/>
         <action service="createAcctgTransForSalesShipmentIssuance" mode="sync"/>
     </eca>