Commit 623ba73e authored by Sebastien Robin's avatar Sebastien Robin

the force_check parameter does not exist for openCounter

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19523 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1f4c1823
......@@ -103,8 +103,7 @@ class TestERP5BankingAvailableInventory(TestERP5BankingCheckPaymentMixin,
currency=self.currency_1,
line_list=self.line_list)
self.openCounter(site=self.money_deposit_counter.guichet_1,id='counter_2',
force_check=1)
self.openCounter(site=self.money_deposit_counter.guichet_1,id='counter_2')
# Define foreign currency variables
inventory_dict_line_1 = {'id' : 'inventory_line_1',
......
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