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 8dd38991f..5e30249e6 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -407,7 +407,7 @@ END my $num = FS::TicketSystem->num_customer_tickets($custnum,$priority); my $ahref = ''; - $aref = '<A HREF="'. + $ahref= '<A HREF="'. FS::TicketSystem->href_customer_tickets($custnum,$priority). '">'; if $num; |