X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/56f7991d4910ae12c7d16aab025a2ab242ca5eeb..fdebfd5d0c558cb156849b01c9c9268b29dc443b:/SL/DB/Manager/PurchaseInvoice.pm?ds=inline 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