From 8d5366cf84513ed7e7832315fb3d36c49f4f9a8a Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 22 May 2005 20:39:21 +0000 Subject: [PATCH] oops, quote $link w/new templating --- httemplate/view/cust_bill.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;

<% if ( $conf->exists('invoice_latex') ) { %> - View typeset invoice + View typeset invoice

<% } %> -- 2.11.0