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