Commit ce708433 authored by Aurel's avatar Aurel

set overdraft facility onto bank account


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19717 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fbc845bf
......@@ -119,6 +119,7 @@ class TestERP5BankingCheckPaymentMixin:
account_id='bank_account_1',
currency=self.currency_1,
amount=30000,
overdraft_facility=1,
internal_bank_account_number="343434343434")
# now we need to create a user as Manager to do the test
......@@ -451,7 +452,6 @@ class TestERP5BankingCheckPaymentMixin:
self.workflow_tool.doActionFor(self.check_payment, 'deliver_action', wf_id='check_payment_workflow')
self.assertEqual(self.check_payment.getSimulationState(), 'delivered')
def stepCheckFinalInventory(self, sequence=None, sequence_list=None, **kwd):
"""
Check the initial inventory before any operations
......
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