Commit 0b881b5d authored by Fabien Morin's avatar Fabien Morin

change the acsessor because of the changes of the property name


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25246 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 338a8cb1
......@@ -2580,7 +2580,7 @@ class TestPayroll(TestPayrollMixin):
self.assertEquals(paysheet.contentValues()[2].contentValues()[0].getTotalPrice(), -800)
# create a paysheet with one normal line and an intermediate line
model_line_2.setDoNotCreatePaysheetLine(True)
model_line_2.setCreatePaysheetLine(False)
paysheet = self.portal.accounting_module.newContent(
portal_type='Pay Sheet Transaction',
specialise_value=model)
......
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