Commit fb05eaa0 authored by Jérome Perrin's avatar Jérome Perrin

debit/credit was inverted for stat method on

PurchaseInvoiceTransaction_viewSourceAccounting


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10905 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 21aa094b
...@@ -542,11 +542,11 @@ ...@@ -542,11 +542,11 @@
<value> <value>
<list> <list>
<tuple> <tuple>
<string>source_credit</string> <string>source_debit</string>
<string>AccountingTransactionLine_statSourceDebit</string> <string>AccountingTransactionLine_statSourceDebit</string>
</tuple> </tuple>
<tuple> <tuple>
<string>source_debit</string> <string>source_credit</string>
<string>AccountingTransactionLine_statSourceCredit</string> <string>AccountingTransactionLine_statSourceCredit</string>
</tuple> </tuple>
</list> </list>
......
96 97
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment