diff options
author | ivan <ivan> | 2004-01-09 22:46:48 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-01-09 22:46:48 +0000 |
commit | 86794f71a5fec8cbb6ab3a49d9bfe7fdaf21d183 (patch) | |
tree | 9bf6f1eb5773850d17e3457f8e64233149fb5458 | |
parent | c085c3ba3bd0677719407ce613dd24466f05abe2 (diff) |
add customer number
-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 66928ebbb..ad353a1b3 100755 --- a/httemplate/search/report_receivables.cgi +++ b/httemplate/search/report_receivables.cgi @@ -130,7 +130,7 @@ END } %> <TR> - <TD><A HREF="<%= $p %>view/cust_main.cgi?<%= $row->{'custnum'} %>"> + <TD><A HREF="<%= $p %>view/cust_main.cgi?<%= $row->{'custnum'} %>"><%= $row->{'custnum'} %>: <%= $row->{'company'} ? $row->{'company'}. ' (' : '' %><%= $row->{'last'}. ', '. $row->{'first'} %><%= $row->{'company'} ? ')' : '' %></A> </TD> <TD><B><FONT SIZE=-1 COLOR="#<%= $statuscol %>"><%= $status %></FONT></B></TD> |