typo
authorivan <ivan>
Thu, 9 Dec 2004 23:05:53 +0000 (23:05 +0000)
committerivan <ivan>
Thu, 9 Dec 2004 23:05:53 +0000 (23:05 +0000)
httemplate/search/cust_main.cgi

index 5e30249..10746e7 100755 (executable)
@@ -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>';