diff options
author | ivan <ivan> | 2003-11-06 14:00:27 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-11-06 14:00:27 +0000 |
commit | 1203c14b5b34bc848c3176899767a4fbc13f914a (patch) | |
tree | 4b58eafbf2ccccc41f9359ebb11e6fe2f6477f73 /httemplate/search/report_receivables.cgi | |
parent | 0d83329036f8768c2bc974c3d8713a6089479610 (diff) |
typo
Diffstat (limited to 'httemplate/search/report_receivables.cgi')
-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> |