From: ivan Date: Sun, 22 May 2005 20:39:21 +0000 (+0000) Subject: oops, quote $link w/new templating X-Git-Tag: BEFORE_FINAL_MASONIZE~508 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=8d5366cf84513ed7e7832315fb3d36c49f4f9a8a;p=freeside.git oops, quote $link w/new templating --- 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

<% } %>