From: ivan Date: Fri, 14 Nov 2003 02:52:13 +0000 (+0000) Subject: sort these case-insensitive X-Git-Tag: NET_WHOIS_RAW_0_31~263 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=948d16c8038c5976c71a32b00a1ff3f46f97262e sort these case-insensitive --- diff --git a/httemplate/search/report_receivables.cgi b/httemplate/search/report_receivables.cgi index 60abb12ab..587108e33 100755 --- a/httemplate/search/report_receivables.cgi +++ b/httemplate/search/report_receivables.cgi @@ -71,7 +71,7 @@ where 0 < ,0 ) -order by company, last +order by lower(company), lower(last) END