]> wagnertech.de Git - mfinanz.git/blobdiff - SL/VK.pm
Funktion »like« von Form nach DBUtils verschoben
[mfinanz.git] / SL / VK.pm
index f20414c7fbfa387cc5c03125aaecdb6ffa426f6d..45c3f63e6078bdbda419714637234aa3be1eb424 100644 (file)
--- a/SL/VK.pm
+++ b/SL/VK.pm
@@ -112,7 +112,7 @@ sub invoice_transactions {
     push(@values, $form->{customer_id});
   } elsif ($form->{customer}) {
     $where .= " AND ct.name ILIKE ?";
-    push(@values, $form->like($form->{customer}));
+    push(@values, like($form->{customer}));
   }
   if ($form->{customernumber}) {
     $where .= qq| AND ct.customernumber = ? |;