Commit 5ae344de authored by Fabien Morin's avatar Fabien Morin

remove the base_application because if there is a base_application with no...

remove the base_application because if there is a base_application with no model_line contibuting to this base_amount, the amount is zero, and the paysheet line is not created. Here the goal of this test is just to check annotation lines, we don't care about the amounts in paysheet lines


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25423 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2a39a998
......@@ -1652,7 +1652,6 @@ class TestPayroll(TestPayrollMixin):
resource_value=self.urssaf,
variation_category_list=['tax_category/employee_share'],
source_annotation_line_reference='tax1',
base_application_list = ['base_amount/base_salary',],
base_contribution_list = ['base_amount/deductible_tax',],)
model_line.updateCellRange(base_id='movement')
cell = model_line.newCell('tax_category/employee_share',
......
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