diff options
author | ivan <ivan> | 2004-12-09 23:14:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-12-09 23:14:56 +0000 |
commit | 4493f7285eba8e90c795e5cae680f986fdc3372f (patch) | |
tree | 07dd365818979cdabd1e15bb7ba132062ead6b69 /httemplate | |
parent | 2bb260ad6df6a86dc24d0678cf42181fe25e07e7 (diff) |
typo
Diffstat (limited to 'httemplate')
-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 10746e7e3..ecff4bf3b 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -424,7 +424,7 @@ END } my $ahref = ''; - my $ahref = '<A HREF="'. + $ahref = '<A HREF="'. FS::TicketSystem->href_customer_tickets($custnum). '">' if $cust_main->get($addl_col); |