Commit f98fb137 authored by Sebastien Robin's avatar Sebastien Robin

use internal bank account number

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14215 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 667a51f7
......@@ -731,6 +731,8 @@ class TestERP5BankingMixin:
kw['bank_account_number'] = '123456789012'
if not kw.has_key('bank_account_key'):
kw['bank_account_key'] = '12'
if not kw.has_key('internal_bank_account_number'):
kw['internal_bank_account_number'] = 'k12341234512'
bank_account = person.newContent(id = account_id,
portal_type = 'Bank Account',
price_currency_value = currency,
......
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