diff options
author | ivan <ivan> | 2004-12-09 22:26:45 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-12-09 22:26:45 +0000 |
commit | 6a953c149c5f4423cafc510e34c60b41bd7d0ef9 (patch) | |
tree | 5f1cea5c7491e97ae33dfdb55956cd390193cc2b | |
parent | cff2163f34291d4bdafcf8c218190dfa9ba0fe7d (diff) |
UI: dont link to empty lists
-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; |