diff options
-rwxr-xr-x | httemplate/search/cust_main.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi index 10746e7e3..ecff4bf3b 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -424,7 +424,7 @@ END } my $ahref = ''; - my $ahref = '<A HREF="'. + $ahref = '<A HREF="'. FS::TicketSystem->href_customer_tickets($custnum). '">' if $cust_main->get($addl_col); |