From: ivan Date: Tue, 11 Nov 2003 08:01:53 +0000 (+0000) Subject: remove spaces between parens and contact name X-Git-Tag: freeside_1_4_2beta1~390 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=55e79e7161afe27d0a247c83009ff80786f72f65;p=freeside.git remove spaces between parens and contact name --- 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() ) { %> - <%= $row->{'company'} ? $row->{'company'}. ' (' : '' %> - <%= $row->{'last'}. ', '. $row->{'first'} %> - <%= $row->{'company'} ? ')' : '' %> + <%= $row->{'company'} ? $row->{'company'}. ' (' : '' %><%= $row->{'last'}. ', '. $row->{'first'} %><%= $row->{'company'} ? ')' : '' %> $<%= sprintf("%.2f", $row->{'owed_0_30'} ) %> $<%= sprintf("%.2f", $row->{'owed_30_60'} ) %>