From 948d16c8038c5976c71a32b00a1ff3f46f97262e Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 14 Nov 2003 02:52:13 +0000 Subject: [PATCH] sort these case-insensitive --- 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 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 -- 2.11.0