summaryrefslogtreecommitdiff
path: root/httemplate/search
diff options
context:
space:
mode:
authorivan <ivan>2003-11-14 02:52:13 +0000
committerivan <ivan>2003-11-14 02:52:13 +0000
commit948d16c8038c5976c71a32b00a1ff3f46f97262e (patch)
treea0fceed229780a84c75f262d2c8d3bf7c4ba4c25 /httemplate/search
parentb793203b33ec10b058b82a56fe89fe760b9a42c2 (diff)
sort these case-insensitive
Diffstat (limited to 'httemplate/search')
-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