diff options
author | ivan <ivan> | 2003-11-06 14:00:22 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-11-06 14:00:22 +0000 |
commit | a836d21f0049ec01d08922333289a603070bdde6 (patch) | |
tree | 8ccc0230a933a4fed39e8076c3c0a95dd5b787da | |
parent | d0a8e637a18146d9df0099e9ef33a88942a2e2e0 (diff) |
typo
-rwxr-xr-x | httemplate/search/report_receivables.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_receivables.cgi b/httemplate/search/report_receivables.cgi index 9938abdc6..f0274d026 100755 --- a/httemplate/search/report_receivables.cgi +++ b/httemplate/search/report_receivables.cgi @@ -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> |