summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
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;