You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2017/01/31 15:50:33 UTC

svn commit: r1781110 - in /ofbiz/branches/release16.11: ./ applications/accounting/minilang/ledger/GeneralLedgerServices.xml

Author: jacopoc
Date: Tue Jan 31 15:50:33 2017
New Revision: 1781110

URL: http://svn.apache.org/viewvc?rev=1781110&view=rev
Log:
Applied fix from trunk for revision: 1781109 
===

Fixed: reversed the debit and credit entries of the accounting transactions for 
fixed asset depreciations.


Modified:
    ofbiz/branches/release16.11/   (props changed)
    ofbiz/branches/release16.11/applications/accounting/minilang/ledger/GeneralLedgerServices.xml

Propchange: ofbiz/branches/release16.11/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Jan 31 15:50:33 2017
@@ -10,4 +10,4 @@
 /ofbiz/branches/json-integration-refactoring:1634077-1635900
 /ofbiz/branches/multitenant20100310:921280-927264
 /ofbiz/branches/release13.07:1547657
-/ofbiz/trunk:1770481,1770490,1770540,1771440,1771448,1771516,1771935,1772346,1772880,1774772,1775441,1779724,1780659
+/ofbiz/trunk:1770481,1770490,1770540,1771440,1771448,1771516,1771935,1772346,1772880,1774772,1775441,1779724,1780659,1781109

Modified: ofbiz/branches/release16.11/applications/accounting/minilang/ledger/GeneralLedgerServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release16.11/applications/accounting/minilang/ledger/GeneralLedgerServices.xml?rev=1781110&r1=1781109&r2=1781110&view=diff
==============================================================================
--- ofbiz/branches/release16.11/applications/accounting/minilang/ledger/GeneralLedgerServices.xml (original)
+++ ofbiz/branches/release16.11/applications/accounting/minilang/ledger/GeneralLedgerServices.xml Tue Jan 31 15:50:33 2017
@@ -403,7 +403,7 @@ under the License.
                     <condition>
                         <and>
                             <not><if-empty field="fixedAssetTypeGlAccount.accDepGlAccountId"/></not>
-                            <if-compare field="parameters.debitCreditFlag" operator="equals" value="D"/>
+                            <if-compare field="parameters.debitCreditFlag" operator="equals" value="C"/>
                         </and>
                     </condition>
                     <then>
@@ -415,7 +415,7 @@ under the License.
                     <condition>
                         <and>
                             <not><if-empty field="fixedAssetTypeGlAccount.depGlAccountId"/></not>
-                            <if-compare field="parameters.debitCreditFlag" operator="equals" value="C"/>
+                            <if-compare field="parameters.debitCreditFlag" operator="equals" value="D"/>
                         </and>
                     </condition>
                     <then>