Commit f1325b43 authored by Fabien Morin's avatar Fabien Morin

change PaySheetLineCreation method name


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18262 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7d45a824
...@@ -471,7 +471,7 @@ class TestPayrollMixin(ERP5TypeTestCase): ...@@ -471,7 +471,7 @@ class TestPayrollMixin(ERP5TypeTestCase):
XXX Editable line are not yet take into account XXX Editable line are not yet take into account
''' '''
paysheet_line_list = \ paysheet_line_list = \
paysheet.createNotEditablePaySheetLineList() paysheet.createPaySheetLineList()
portal_type_list = ['Annotation Line', 'Payment Condition', portal_type_list = ['Annotation Line', 'Payment Condition',
'Pay Sheet Model Ratio Line'] 'Pay Sheet Model Ratio Line']
paysheet.PaySheetTransaction_copySubObject(portal_type_list) paysheet.PaySheetTransaction_copySubObject(portal_type_list)
......
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