Commit d0276e2a authored by Aurel's avatar Aurel

open couter date and counter

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8569 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9b7ebc1e
......@@ -149,6 +149,8 @@ class TestERP5BankingUsualCashTransfer(TestERP5BankingMixin, ERP5TypeTestCase):
line_list = [inventory_dict_line_1, inventory_dict_line_2]
self.usual_cash = self.paris.surface.caisse_courante.encaisse_des_billets_et_monnaies
self.counter = self.paris.surface.banque_interne.guichet_1
self.openCounterDate(site=self.paris)
self.openCounter(self.counter)
self.createCashInventory(source=None, destination=self.usual_cash, currency=self.currency_1,
line_list=line_list)
......
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