X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0c28bb82b805b07543debaf08061b58d0b437c07..001f0168070d166b1a6fa44f52fd9dd0396ab7f7:/SL/DB/Manager/PurchaseInvoice.pm diff --git a/SL/DB/Manager/PurchaseInvoice.pm b/SL/DB/Manager/PurchaseInvoice.pm index 2dd3fad17..ca0bb106e 100644 --- a/SL/DB/Manager/PurchaseInvoice.pm +++ b/SL/DB/Manager/PurchaseInvoice.pm @@ -32,7 +32,7 @@ sub _sort_spec { }, columns => { SIMPLE => 'ALL', - vendor => 'vendor.name', + vendor => 'lower(vendor.name)', globalprojectnumber => 'lower(globalproject.projectnumber)', # Bug in Rose::DB::Object: the next should be