From a836d21f0049ec01d08922333289a603070bdde6 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 6 Nov 2003 14:00:22 +0000 Subject: [PATCH] typo --- httemplate/search/report_receivables.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <% while ( my $row = $sth->fetchrow_hashref() ) { %> - + <%= $row->{'company'} ? $row->{'company'}. ' (' : '' %> <%= $row->{'last'}. ', '. $row->{'first'} %> <%= $row->{'company'} ? ')' : '' %> -- 2.20.1