diff options
| author | ivan <ivan> | 2004-12-06 14:42:08 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2004-12-06 14:42:08 +0000 | 
| commit | 8127468dc459a8257ab7c15cca10801b9b2a3551 (patch) | |
| tree | 1012b18729938ef73dba83828ee2dc7a804ea772 | |
| parent | a6595fa854b75f109450bf1af3cc9333ba9dc723 (diff) | |
fix total link
| -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 56b4f27d4..a12c180a5 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -419,7 +419,7 @@ END              FS::TicketSystem->href_customer_tickets($custnum).            '">';          print $ahref. $cust_main->get($addl_col). '</A>'; -        print '</TD><TD ALIGN=left>${ahref}total</A></TD></TR></TABLE>' +        print "</TD><TD ALIGN=left>${ahref}total</A></TD></TR></TABLE>"            if @custom_priorities;        } else {          print $cust_main->get($addl_col); | 
