Commit 8f6bad9d authored by Aurel's avatar Aurel

change properties defined on bank account inventory


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17550 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a3a1ef60
......@@ -796,7 +796,8 @@ class TestERP5BankingMixin:
self.bank_account_inventory = self.bank_account_inventory_module.newContent(id='account_inventory',
portal_type='Bank Account Inventory',
source=None,
destination_value=self.testsite,
site_value=self.testsite,
destination = "account_module/bank_account",
stop_date=DateTime().Date())
account_inventory_line_id = 'account_inventory_line_%s' %(self.account_inventory_number,)
......
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