sort these case-insensitive
authorivan <ivan>
Fri, 14 Nov 2003 02:52:13 +0000 (02:52 +0000)
committerivan <ivan>
Fri, 14 Nov 2003 02:52:13 +0000 (02:52 +0000)
httemplate/search/report_receivables.cgi

index 60abb12..587108e 100755 (executable)
@@ -71,7 +71,7 @@ where 0 <
            ,0
          )
 
-order by company, last
+order by lower(company), lower(last)
 
 END