Funktion »like« von Form nach DBUtils verschoben
[kivitendo-erp.git] / SL / VK.pm
index f20414c..45c3f63 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 = ? |;