diff --git a/product/ERP5/Document/PaySheetTransaction.py b/product/ERP5/Document/PaySheetTransaction.py index d85777dd738510df253f0c2acf8160f6f77b9b6a..4e97f6464c95e415eeaaaa0a772e0e222c3b468c 100644 --- a/product/ERP5/Document/PaySheetTransaction.py +++ b/product/ERP5/Document/PaySheetTransaction.py @@ -509,13 +509,13 @@ class PaySheetTransaction(Invoice): if cell_list: # create the PaySheetLine pay_sheet_line = paysheet.createPaySheetLine( - title = title, - res = res, - int_index = int_index, - desc = desc, - base_amount_list = base_amount_list, - cell_list = cell_list, - categories= categories) + title = title, + res = res, + int_index = int_index, + desc = desc, + base_amount_list = base_amount_list, + cell_list = cell_list, + categories= categories) pay_sheet_line_list.append(pay_sheet_line)