diff options
author | ivan <ivan> | 2003-11-14 02:52:14 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-11-14 02:52:14 +0000 |
commit | bae3468942cb5ac46dc141177840802aaea57f2a (patch) | |
tree | 5db626cca14cf3ad88407c9d4c08d4b0142f7b66 | |
parent | 9e92985ec6bfce622a1a4e75d7063fc7bcc6d3ff (diff) |
sort these case-insensitive
-rwxr-xr-x | httemplate/search/report_receivables.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |