Commit dd7eafd8 authored by Vincent Pelletier's avatar Vincent Pelletier

Stat collumns order were in wrong order : debit then credit is the right order.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5097 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fe80fe9d
......@@ -650,14 +650,14 @@
<key> <string>stat_columns</string> </key>
<value>
<list>
<tuple>
<string>AccountingTransactionModule_getSourceCredit</string>
<string>AccountingTransactionModule_statSourceCredit</string>
</tuple>
<tuple>
<string>AccountingTransactionModule_getSourceDebit</string>
<string>AccountingTransactionModule_statSourceDebit</string>
</tuple>
<tuple>
<string>AccountingTransactionModule_getSourceCredit</string>
<string>AccountingTransactionModule_statSourceCredit</string>
</tuple>
</list>
</value>
</item>
......
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