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