X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/984e73ad08510b995b4865370b36cc25a41ac0b8..9287c2ab25a6c86b17b95945f3304a9f589a0426:/SL/AP.pm diff --git a/SL/AP.pm b/SL/AP.pm index 601083b8d..a77906c96 100644 --- a/SL/AP.pm +++ b/SL/AP.pm @@ -546,7 +546,7 @@ sub ap_transactions { push(@values, like($form->{transaction_description})); } if ($form->{notes}) { - $where .= " AND lower(a.notes) LIKE ?"; + $where .= " AND a.notes ILIKE ?"; push(@values, like($form->{notes})); } if ($form->{project_id}) {