Commit 429f81d9 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Renamed from PaySheetLinesPrintFormat.py to PaySheetTransaction_getLineListPrintFormat.py.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1606 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bd598362
## Script (Python) "PaySheetLinesPrintFormat"
## Script (Python) "PaySheetTransaction_getLineListPrintFormat"
##bind container=container
##bind context=context
##bind namespace=
......@@ -22,7 +22,7 @@ formated_lines = [] # id, title, pp, cs, ps
for pay_sheet_line in all:
ID = pay_sheet_line.getId()
if ID[-3:] == '_pp' or ID[-3:] == '_cs':
# search an existing id without the suffix in the final table
# Base_viewSearchResultList an existing id without the suffix in the final table
i = 0
id_exist = False
for line in formated_lines:
......
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