diff options
author | ivan <ivan> | 2004-12-09 23:05:53 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-12-09 23:05:53 +0000 |
commit | 2bb260ad6df6a86dc24d0678cf42181fe25e07e7 (patch) | |
tree | 8b23cbd6bea6e2a5bf1d6e62a78e6099b1cbedcd /httemplate/search | |
parent | 6a953c149c5f4423cafc510e34c60b41bd7d0ef9 (diff) |
typo
Diffstat (limited to 'httemplate/search')
-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>'; |