X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a0b82b1e7a9fab32f162ebee5031913b2f44ed5a..7a9df994dcf984598e3602591d93e7d3cc09c378:/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}) {