Commit 6d27b274 authored by Jérome Perrin's avatar Jérome Perrin

account_type/asset/cash instead of account_type/asset/bank


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5066 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9ded71a2
......@@ -74,7 +74,7 @@ category_dict = {\'income\': \'account_type/income\',\n
\'receivable\': \'account_type/asset/receivable\',\n
\'collected_vat\': \'account_type/liability/payable/collected_vat\',\n
\'refundable_vat\': \'account_type/asset/receivable/refundable_vat\',\n
\'bank\': \'account_type/asset/bank\',\n
\'bank\': \'account_type/asset/cash\',\n
}\n
category = category_dict.get(context.id, \'account_type\')\n
\n
......
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