Commit 060a2e2f authored by Yusei Tahara's avatar Yusei Tahara

Set reference to Pay Sheet Model Line.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30882 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 88cf1857
......@@ -1703,6 +1703,7 @@ class TestPayrollMixin(ERP5ReportTestCase, TestTradeModelLineMixin):
labour = sequence.get('labour_service_output')
line = model.newContent(
id='line',
reference='zero_price_line',
portal_type='Pay Sheet Model Line',
resource_value=labour,
base_contribution_list=['base_amount/base_salary',
......
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