]> wagnertech.de Git - mfinanz.git/blobdiff - SL/AP.pm
SL::Dev: Lieferschein typen
[mfinanz.git] / SL / AP.pm
index 601083b8de75da94bf77f3907a97018dc55681b5..a77906c96ecfd5595fec4e3ff4ce8b6df629f6da 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}) {