freeside/httemplate/view cust_bill-ps.cgi,1.3,1.4 cust_bill-pdf.cgi,1.6,1.7
ivan
ivan at pouncequick.420.am
Sat Mar 5 19:04:35 PST 2005
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory pouncequick:/tmp/cvs-serv27124/httemplate/view
Modified Files:
cust_bill-ps.cgi cust_bill-pdf.cgi
Log Message:
add Excel and CSV download of templated reports and clean up their HTML formatting, closes; Bug#520, Bug#1107
Index: cust_bill-ps.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_bill-ps.cgi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cust_bill-ps.cgi 5 Oct 2004 13:43:45 -0000 1.3
+++ cust_bill-ps.cgi 6 Mar 2005 03:04:29 -0000 1.4
@@ -10,5 +10,4 @@
die "Invoice #$invnum not found!" unless $cust_bill;
http_header('Content-Type' => 'application/postscript' );
-%>
-<%= $cust_bill->print_ps( '', $templatename) %>
+%><%= $cust_bill->print_ps( '', $templatename) %>
Index: cust_bill-pdf.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_bill-pdf.cgi,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- cust_bill-pdf.cgi 5 Oct 2004 13:43:45 -0000 1.6
+++ cust_bill-pdf.cgi 6 Mar 2005 03:04:29 -0000 1.7
@@ -14,5 +14,4 @@
http_header('Content-Type' => 'application/pdf' );
http_header('Content-Length' => length($pdf) );
http_header('Cache-control' => 'max-age=60' );
-%>
-<%= $pdf %>
+%><%= $pdf %>
More information about the freeside-commits
mailing list