From: ivan Date: Mon, 6 Dec 2004 14:42:08 +0000 (+0000) Subject: fix total link X-Git-Tag: BEFORE_FINAL_MASONIZE~814 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=8127468dc459a8257ab7c15cca10801b9b2a3551 fix total link --- diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi index 56b4f27d4..a12c180a5 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -419,7 +419,7 @@ END FS::TicketSystem->href_customer_tickets($custnum). '">'; print $ahref. $cust_main->get($addl_col). ''; - print '${ahref}total' + print "${ahref}total" if @custom_priorities; } else { print $cust_main->get($addl_col);