Commit a78262bf authored by Vincent Pelletier's avatar Vincent Pelletier

Account incident must define its currency (resource).


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13512 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f6963497
......@@ -223,7 +223,8 @@ class TestERP5BankingAccountIncident(TestERP5BankingMixin, ERP5TypeTestCase):
portal_type='Account Incident',
source_total_asset_price=52400.0,
description='test',
destination_payment_value=self.bank_account_1)
destination_payment_value=self.bank_account_1,
resource_value=self.currency_1)
# execute tic
self.stepTic()
# set source reference
......
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