[Erp5-report] r14143 - /erp5/trunk/products/ERP5Banking/tests/testERP5BankingCheckPayment.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Apr 20 14:50:47 CEST 2007


Author: aurel
Date: Fri Apr 20 14:50:46 2007
New Revision: 14143

URL: http://svn.erp5.org?rev=14143&view=rev
Log:
defined internal bank account

Modified:
    erp5/trunk/products/ERP5Banking/tests/testERP5BankingCheckPayment.py

Modified: erp5/trunk/products/ERP5Banking/tests/testERP5BankingCheckPayment.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/testERP5BankingCheckPayment.py?rev=14143&r1=14142&r2=14143&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/testERP5BankingCheckPayment.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/testERP5BankingCheckPayment.py Fri Apr 20 14:50:46 2007
@@ -118,7 +118,8 @@
     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




More information about the Erp5-report mailing list