X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d814a525b9f2fbc0bfae5591201d9185d6b1e8f4..bed19453fb654f69ad972911a4533ca89f8ae0c9:/SL/VK.pm diff --git a/SL/VK.pm b/SL/VK.pm index f20414c7f..45c3f63e6 100644 --- 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 = ? |;