summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2004-12-09 22:26:45 +0000
committerivan <ivan>2004-12-09 22:26:45 +0000
commit6a953c149c5f4423cafc510e34c60b41bd7d0ef9 (patch)
tree5f1cea5c7491e97ae33dfdb55956cd390193cc2b /httemplate
parentcff2163f34291d4bdafcf8c218190dfa9ba0fe7d (diff)
UI: dont link to empty lists
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/search/cust_main.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi
index 8dd3899..5e30249 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;