Commit 4ef705ab authored by Aurel's avatar Aurel

define internal account nb


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14145 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent eddf1593
...@@ -129,7 +129,8 @@ class TestERP5BankingCheckDeposit(TestERP5BankingMixin, ERP5TypeTestCase): ...@@ -129,7 +129,8 @@ class TestERP5BankingCheckDeposit(TestERP5BankingMixin, ERP5TypeTestCase):
currency=self.currency_1, currency=self.currency_1,
amount=50000, amount=50000,
bic_code='BICAGENCPARIS', bic_code='BICAGENCPARIS',
swift_registered=1) swift_registered=1,
internal_bank_account_number="121212121212")
# the checkbook module # the checkbook module
self.checkbook_module = self.getCheckbookModule() self.checkbook_module = self.getCheckbookModule()
......
...@@ -102,7 +102,8 @@ class TestERP5BankingCurrencyPurchase(TestERP5BankingMixin, ERP5TypeTestCase): ...@@ -102,7 +102,8 @@ class TestERP5BankingCurrencyPurchase(TestERP5BankingMixin, ERP5TypeTestCase):
self.bank_account_1 = self.createBankAccount(person=self.person_1, self.bank_account_1 = self.createBankAccount(person=self.person_1,
account_id='bank_account_1', account_id='bank_account_1',
currency=self.currency_1, currency=self.currency_1,
amount=100000) amount=100000,
internal_bank_account_number="343434343434")
self.checkUserFolderType() self.checkUserFolderType()
self.organisation = self.organisation_module.newContent(id='baobab_org', portal_type='Organisation', self.organisation = self.organisation_module.newContent(id='baobab_org', portal_type='Organisation',
......
...@@ -114,7 +114,8 @@ class TestERP5BankingCurrencySale(TestERP5BankingMixin, ERP5TypeTestCase): ...@@ -114,7 +114,8 @@ class TestERP5BankingCurrencySale(TestERP5BankingMixin, ERP5TypeTestCase):
self.bank_account_1 = self.createBankAccount(person=self.person_1, self.bank_account_1 = self.createBankAccount(person=self.person_1,
account_id='bank_account_1', account_id='bank_account_1',
currency=self.currency_1, currency=self.currency_1,
amount=100000) amount=100000,
internal_bank_account_number="343434343434")
......
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