add ;plaintext=1 to view a plaintext invoice for debugging
[freeside.git] / httemplate / view / cust_statement.html
index 74c80d3..5d37b31 100755 (executable)
@@ -24,7 +24,7 @@
 % #if ( $conf->exists('invoice_latex') ) { 
 % if ( 0 ) { #broken???
 
-  <A HREF="<% $p %>view/cust_statement-pdf.cgi?<% $link %>.pdf">View typeset statement</A>
+  <A HREF="<% $p %>view/cust_statement-pdf.cgi?<% $link %>">View typeset statement</A>
   <BR><BR>
 % } 
 
 
 % if ( $conf->exists('invoice_html') ) { 
 
-  <% join('', $cust_statement->print_html('', $templatename) ) %>
+  <% join('', $cust_statement->print_html('template' => $templatename) ) %>
 % } else { 
 
-  <PRE><% join('', $cust_statement->print_text('', $templatename) ) %></PRE>
+  <PRE><% join('', $cust_statement->print_text('template' => $templatename) ) %></PRE>
 % } 
 
 <% include('/elements/footer.html') %>