From 14130ce2ffd9f6930925c3c4f14c1edd37e633e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com> Date: Fri, 20 Apr 2007 12:50:46 +0000 Subject: [PATCH] defined internal bank account git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14143 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Banking/tests/testERP5BankingCheckPayment.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/product/ERP5Banking/tests/testERP5BankingCheckPayment.py b/product/ERP5Banking/tests/testERP5BankingCheckPayment.py index e4ac09f7fb..ea3b75b960 100755 --- a/product/ERP5Banking/tests/testERP5BankingCheckPayment.py +++ b/product/ERP5Banking/tests/testERP5BankingCheckPayment.py @@ -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 -- 2.30.9