Commit 49af6b71 authored by Jérome Perrin's avatar Jérome Perrin

Change the order of columns in Trial balance reports, so that debit is always...

Change the order of columns in Trial balance reports, so that debit is always next to the corresponding credit

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17348 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 51467e17
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Form.ListBox</string>
<string>ListBox</string>
</tuple>
<none/>
<global name="ListBox" module="Products.ERP5Form.ListBox"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -345,22 +342,22 @@
<string>initial_debit_balance</string>
<string>Initial Debit Balance</string>
</tuple>
<tuple>
<string>debit</string>
<string>Debit Transactions</string>
</tuple>
<tuple>
<string>final_debit_balance</string>
<string>Final Debit Balance</string>
</tuple>
<tuple>
<string>initial_credit_balance</string>
<string>Initial Credit Balance</string>
</tuple>
<tuple>
<string>debit</string>
<string>Debit Transactions</string>
</tuple>
<tuple>
<string>credit</string>
<string>Credit Transactions</string>
</tuple>
<tuple>
<string>final_debit_balance</string>
<string>Final Debit Balance</string>
</tuple>
<tuple>
<string>final_credit_balance</string>
<string>Final Credit Balance</string>
......@@ -570,11 +567,8 @@
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.MethodField</string>
<string>Method</string>
</tuple>
<none/>
<global name="Method" module="Products.Formulator.MethodField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -589,11 +583,8 @@
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.MethodField</string>
<string>Method</string>
</tuple>
<none/>
<global name="Method" module="Products.Formulator.MethodField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......
471
\ No newline at end of file
472
\ 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