Commit bb1dbac5 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Renamed from PaySheet_getReportLines.py to PaySheetTransaction_getReportLineList.py.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1600 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 64f7e1ed
## Script (Python) "PaySheet_getReportLines" ## Script (Python) "PaySheetTransaction_getReportLineList"
##bind container=container ##bind container=container
##bind context=context ##bind context=context
##bind namespace= ##bind namespace=
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
##parameters= ##parameters=
##title= ##title=
## ##
report_items = context.PaySheet_zGetDetailedTotal() report_items = context.PaySheetTransaction_zGetDetailedTotal()
report_lines = [] report_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