diff --git a/product/ERP5Banking/tests/testERP5BankingInternalMoneyDeposit.py b/product/ERP5Banking/tests/testERP5BankingInternalMoneyDeposit.py index 1b87d923b14098244bf202f5fb02f2fcc6eca7c2..e785b952c7a22a75c3e0d0e274b6f080b8b25627 100644 --- a/product/ERP5Banking/tests/testERP5BankingInternalMoneyDeposit.py +++ b/product/ERP5Banking/tests/testERP5BankingInternalMoneyDeposit.py @@ -192,12 +192,14 @@ class TestERP5BankingInternalMoneyDeposit(TestERP5BankingMixin, ERP5TypeTestCase """ # Cash sorting has encaisse_paris for source, guichet_1 for destination, and a price cooreponding to the sum of banknote of 10000 and banknotes of 200 ( (2+3) * 10000 + (2+3) * 200 ) self.internal_money_deposit = self.internal_money_deposit_module.newContent(id='internal_money_deposit', portal_type='Internal Money Deposit', - #source_value=None, destination_value=self.bi_counter_vault, - destination_value=self.bi_counter_vault, - source_value=None, - #destination_payment_value = self.bank_account_1, - resource_value = self.currency_1, - source_total_asset_price=20000.0) + #source_value=None, destination_value=self.bi_counter_vault, + destination_value=self.bi_counter_vault, + source_value=None, + #destination_payment_value = self.bank_account_1, + resource_value = self.currency_1, + source_total_asset_price=20000.0, + grouping_reference="lettering", + ) # execute tic self.stepTic() # set source reference