X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FManager%2FInvoice.pm;h=03c2296da49d11553215a845d3064e795a74fa67;hb=e86e30de944c4bbe4b42f43d933e0a28a83408dd;hp=493789e84a39461690f468b1c8dacfdc6feb5f08;hpb=87e65e6c1cc64bfb2d73b6914ed2ef136861dd42;p=kivitendo-erp.git 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