Commit 4997ff4e authored by Jérome Perrin's avatar Jérome Perrin

Fix column names for debit_balance / credit_balance to enable editable fields.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14698 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 26290fbe
......@@ -366,11 +366,11 @@
<string>Currency</string>
</tuple>
<tuple>
<string>AccountModule_getDebitBalance</string>
<string>debit_balance</string>
<string>Debit Balance</string>
</tuple>
<tuple>
<string>AccountModule_getCreditBalance</string>
<string>credit_balance</string>
<string>Credit Balance</string>
</tuple>
<tuple>
......
322
\ No newline at end of file
323
\ 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