typo
authorivan <ivan>
Thu, 6 Nov 2003 14:00:27 +0000 (14:00 +0000)
committerivan <ivan>
Thu, 6 Nov 2003 14:00:27 +0000 (14:00 +0000)
httemplate/search/report_receivables.cgi

index 9938abd..f0274d0 100755 (executable)
@@ -172,7 +172,7 @@ END
   </TR>
 <% while ( my $row = $sth->fetchrow_hashref() ) { %>
   <TR>
-    <TD><A HREF="<% $p %>view/cust_main.cgi?<%= $row->{'custnum'} %>">
+    <TD><A HREF="<%= $p %>view/cust_main.cgi?<%= $row->{'custnum'} %>">
         <%= $row->{'company'} ? $row->{'company'}. ' (' : '' %>
         <%= $row->{'last'}. ', '. $row->{'first'} %>
         <%= $row->{'company'} ? ')' : '' %></A>