Commit 4b54bd91 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@5075 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b60dd7d3
......@@ -74,8 +74,8 @@ category_dict = {\'income\': \'portal_categories/account_type/expense\',\n
\'receivable\': \'portal_categories/account_type/liability/payable\',\n
\'collected_vat\': \'portal_categories/account_type/asset/receivable/refundable_vat\',\n
\'refundable_vat\': \'portal_categories/account_type/liability/payable/collected_vat\',\n
\'bank\': \'portal_categories/account_type/asset/bank\',\n
\'cash\': \'portal_categories/account_type/asset/bank/cash\',\n
\'bank\': \'portal_categories/account_type/asset/cash\',\n
\'cash\': \'portal_categories/account_type/asset/cash\',\n
}\n
\n
if context.id in category_dict:\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