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

don't show `total_price` column, similar information can be found in the...

don't show `total_price` column, similar information can be found in the running_total_price column.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13855 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1a26181f
......@@ -114,7 +114,6 @@ account_columns = (\n
(\'getTranslatedSimulationStateTitle\', \'State\'),\n
(\'debit\', \'Debit\'),\n
(\'credit\', \'Credit\'),\n
(\'total_price\', \'Balance\'),\n
(\'running_total_price\', \'Net\'), )\n
\n
if gap:\n
......
236
\ No newline at end of file
237
\ 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