X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/87e65e6c1cc64bfb2d73b6914ed2ef136861dd42..ba802064109d19f3488e5555ec04491681e37b51:/SL/DB/Manager/Invoice.pm diff --git a/SL/DB/Manager/Invoice.pm b/SL/DB/Manager/Invoice.pm index 493789e84..03c2296da 100644 --- a/SL/DB/Manager/Invoice.pm +++ b/SL/DB/Manager/Invoice.pm @@ -34,7 +34,7 @@ sub _sort_spec { }, columns => { SIMPLE => 'ALL', - customer => 'customer.name', + customer => 'lower(customer.name)', globalprojectnumber => 'lower(globalproject.projectnumber)', # Bug in Rose::DB::Object: the next should be