From 07ac83dfefd96431a199f3e0a330583e4712f0bf Mon Sep 17 00:00:00 2001 From: Fabien Morin <fabien@nexedi.com> Date: Fri, 4 Jan 2008 08:13:41 +0000 Subject: [PATCH] typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18589 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/PaySheetTransaction.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/product/ERP5/Document/PaySheetTransaction.py b/product/ERP5/Document/PaySheetTransaction.py index d85777dd73..4e97f6464c 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) -- 2.30.9