Commit befcdac0 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Renamed from pay_sheet_print.pt to PaySheet_viewAsPDF.pt.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1598 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 75be20c5
......@@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
<title>Pay Sheet</title>
<style type="text/css">
@import "pay_sheet_css.css";
......@@ -94,7 +94,7 @@
<td tal:content="python: '%.2f' % here.gs.getDestinationCredit()"/>
<td>&nbsp;</td>
</tr>
<tr tal:define="pay_sheet_lines python: here.PaySheetLinesPrintFormat()"
<tr tal:define="pay_sheet_lines python: here.PaySheetTransaction_getLineListPrintFormat()"
tal:repeat="line pay_sheet_lines">
<td class="line"><span tal:content="python: line['title']"/></td>
<td class="line"><span tal:content="python: line['pp']"/></td>
......
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