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

bug fix : account_type/bank has been rena�med to account_type/cash


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5235 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5c5de0cb
......@@ -248,7 +248,7 @@ for account in accounts_to_expand_by_third_parties :\n
accounts_to_expand_by_third_parties_dict[account.getId()] = 1\n
\n
accounts_to_expand_by_bank_accounts = context.portal_categories\\\n
.account_type.asset.bank.getAccountTypeRelatedValueList(\n
.account_type.asset.cash.getAccountTypeRelatedValueList(\n
portal_type=\'Account\')\n
accounts_to_expand_by_bank_accounts_dict = {}\n
for account in accounts_to_expand_by_bank_accounts :\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