summaryrefslogtreecommitdiff
path: root/httemplate/search/report_receivables.cgi
diff options
context:
space:
mode:
authorivan <ivan>2003-11-11 08:01:23 +0000
committerivan <ivan>2003-11-11 08:01:23 +0000
commitb82db29351ceec512b527f415d91b7b462172a85 (patch)
tree55f0a83874f2afb414fea6d9cd1824dc7eb08044 /httemplate/search/report_receivables.cgi
parent18356e277113c2237f296d3619b870b6879a2b6d (diff)
remove spaces between parens and contact name
Diffstat (limited to 'httemplate/search/report_receivables.cgi')
-rwxr-xr-xhttemplate/search/report_receivables.cgi4
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>