Suche nach Bemerkung in EK-Rechnung, findet jetzt auch Großbuchstaben
[kivitendo-erp.git] / SL / AP.pm
index 601083b..a77906c 100644 (file)
--- 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}) {