Commit a666993c authored by Aurel's avatar Aurel

open counter and counter date in test


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8473 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 77084754
......@@ -149,6 +149,8 @@ class TestERP5BankingCounterRendering(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.encaisse_des_billets_et_monnaies
self.openCounter(self.counter)
self.openCounterDate(site=self.paris)
self.createCashInventory(source=None, destination=self.counter, 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