diff options
author | ivan <ivan> | 2004-10-05 14:16:44 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-10-05 14:16:44 +0000 |
commit | b0511ff939fe1622503ac8e53333fabb1ad9bd37 (patch) | |
tree | 3a6a5fbac2d07c4411cfb548165196b6fc390124 /httemplate | |
parent | b740db94f284cc882958fa6e78f73c8017783578 (diff) |
links to show alternate invoices also
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/view/cust_bill.cgi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/view/cust_bill.cgi b/httemplate/view/cust_bill.cgi index bda5d769b..34f533196 100755 --- a/httemplate/view/cust_bill.cgi +++ b/httemplate/view/cust_bill.cgi @@ -70,8 +70,7 @@ unless ( $templatename ) { print '</TABLE><BR>'; } - -print '<PRE>'. $cust_bill->print_text('', $templatename); +print '<PRE>', $cust_bill->print_text('', $templatename); #formatting print <<END; |