remove Pragma:no-cache header, and set Content-Length and Cache-Control for viewing...
[freeside.git] / httemplate / search / report_receivables.cgi
index ad353a1..0e95ad7 100755 (executable)
@@ -93,7 +93,7 @@ where 0 <
            ,0
          )
 
-order by lower(company), lower(last)
+order by coalesce(lower(company), ''), lower(last)
 
 END