Commit 14130ce2 authored by Aurel's avatar Aurel

defined internal bank account


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14143 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f27a8f97
......@@ -118,7 +118,8 @@ class TestERP5BankingCheckPaymentMixin:
self.bank_account_1 = self.createBankAccount(person=self.person_1,
account_id='bank_account_1',
currency=self.currency_1,
amount=30000)
amount=30000,
internal_bank_account_number="343434343434")
# now we need to create a user as Manager to do the test
# in order to have an assigment defined which is used to do transition
......
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