summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2003-11-14 02:52:14 +0000
committerivan <ivan>2003-11-14 02:52:14 +0000
commitbae3468942cb5ac46dc141177840802aaea57f2a (patch)
tree5db626cca14cf3ad88407c9d4c08d4b0142f7b66
parent9e92985ec6bfce622a1a4e75d7063fc7bcc6d3ff (diff)
sort these case-insensitive
-rwxr-xr-xhttemplate/search/report_receivables.cgi2
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