Author: jacopoc
Date: Wed Feb 6 03:15:01 2008
New Revision: 618962
URL: http://svn.apache.org/viewvc?rev=618962&view=rev
Log:
Fix for bug (reported in the user list) that was preventing the GL accounting
transaction for inventory variances to be posted to the GL.
Modified:
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml
Modified:
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml?rev=618962&r1=618961&r2=618962&view=diff
==============================================================================
---
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml
(original)
+++
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml
Wed Feb 6 03:15:01 2008
@@ -400,8 +400,8 @@
</entity-one>
<if-not-empty field-name="varianceReasonGlAccount.glAccountId">
<field-to-result
field-name="varianceReasonGlAccount.glAccountId" result-name="glAccountId"/>
+ <return/>
</if-not-empty>
- <return/>
</if-compare>
<!-- for invoices and payments, check first if there is a party
specific account mapping defined for the account type -->
<if>