diff options
author | ivan <ivan> | 2005-05-22 20:39:21 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-05-22 20:39:21 +0000 |
commit | 8d5366cf84513ed7e7832315fb3d36c49f4f9a8a (patch) | |
tree | 62fc37cf99f8df0f17ca0e500fe3669247cf7783 /httemplate/view/cust_bill.cgi | |
parent | 101dd8d8fdca484a72e907efcfcef396e96b888d (diff) |
oops, quote $link w/new templating
Diffstat (limited to 'httemplate/view/cust_bill.cgi')
-rwxr-xr-x | httemplate/view/cust_bill.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_bill.cgi b/httemplate/view/cust_bill.cgi index b9dc23cbc..39c1a191f 100755 --- a/httemplate/view/cust_bill.cgi +++ b/httemplate/view/cust_bill.cgi @@ -41,7 +41,7 @@ my $link = $templatename ? "$templatename-$invnum" : $invnum; <BR><BR> <% if ( $conf->exists('invoice_latex') ) { %> - <A HREF="<%= $p %>view/cust_bill-pdf.cgi?$link.pdf">View typeset invoice</A> + <A HREF="<%= $p %>view/cust_bill-pdf.cgi?<%= $link %>.pdf">View typeset invoice</A> <BR><BR> <% } %> |