Commit d026413f authored by Sebastien Robin's avatar Sebastien Robin

it is not required any more to set the source_value since it is defined automatically

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12100 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3fab0856
......@@ -231,7 +231,6 @@ class TestERP5BankingMonetaryRecall(TestERP5BankingMixin, ERP5TypeTestCase):
self.monetary_recall = self.monetary_recall_module.newContent(
id='monetary_recall_1',
portal_type='Monetary Recall',
source_value=self.cash,
description='test',
source_total_asset_price=52400.0)
......
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