summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2004-12-09 23:14:56 +0000
committerivan <ivan>2004-12-09 23:14:56 +0000
commit4493f7285eba8e90c795e5cae680f986fdc3372f (patch)
tree07dd365818979cdabd1e15bb7ba132062ead6b69 /httemplate
parent2bb260ad6df6a86dc24d0678cf42181fe25e07e7 (diff)
typo
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 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);