diff options
author | ivan <ivan> | 2003-11-11 08:01:23 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-11-11 08:01:23 +0000 |
commit | b82db29351ceec512b527f415d91b7b462172a85 (patch) | |
tree | 55f0a83874f2afb414fea6d9cd1824dc7eb08044 /httemplate/search/report_receivables.cgi | |
parent | 18356e277113c2237f296d3619b870b6879a2b6d (diff) |
remove spaces between parens and contact name
Diffstat (limited to 'httemplate/search/report_receivables.cgi')
-rwxr-xr-x | httemplate/search/report_receivables.cgi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/httemplate/search/report_receivables.cgi b/httemplate/search/report_receivables.cgi index d0665164c..60abb12ab 100755 --- a/httemplate/search/report_receivables.cgi +++ b/httemplate/search/report_receivables.cgi @@ -97,9 +97,7 @@ END <% while ( my $row = $sth->fetchrow_hashref() ) { %> <TR> <TD><A HREF="<%= $p %>view/cust_main.cgi?<%= $row->{'custnum'} %>"> - <%= $row->{'company'} ? $row->{'company'}. ' (' : '' %> - <%= $row->{'last'}. ', '. $row->{'first'} %> - <%= $row->{'company'} ? ')' : '' %></A> + <%= $row->{'company'} ? $row->{'company'}. ' (' : '' %><%= $row->{'last'}. ', '. $row->{'first'} %><%= $row->{'company'} ? ')' : '' %></A> </TD> <TD ALIGN="right">$<%= sprintf("%.2f", $row->{'owed_0_30'} ) %></TD> <TD ALIGN="right">$<%= sprintf("%.2f", $row->{'owed_30_60'} ) %></TD> |