Commit 132d45c2 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Renamed from PaySheet_printAnnualReport.pt to PaySheetTransaction_viewAnnualReportAsHTML.pt.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1601 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bb1dbac5
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html tal:define="report_items python: here.PaySheet_getReportLines()"> <html tal:define="report_items python: here.PaySheetTransaction_getReportLineList()">
<head> <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 Annual Report</title> <title>Pay Sheet Annual Report</title>
<style type="text/css">@import "PaySheet.css";</style> <style type="text/css">@import "PaySheet.css";</style>
</head> </head>
...@@ -46,4 +46,4 @@ ...@@ -46,4 +46,4 @@
</table> </table>
</body> </body>
</html> </html>
\ No newline at end of file
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