From 8127468dc459a8257ab7c15cca10801b9b2a3551 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 6 Dec 2004 14:42:08 +0000 Subject: [PATCH] fix total link --- httemplate/search/cust_main.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0