Revision bed19453
Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt
SL/VK.pm | ||
---|---|---|
112 | 112 |
push(@values, $form->{customer_id}); |
113 | 113 |
} elsif ($form->{customer}) { |
114 | 114 |
$where .= " AND ct.name ILIKE ?"; |
115 |
push(@values, $form->like($form->{customer}));
|
|
115 |
push(@values, like($form->{customer})); |
|
116 | 116 |
} |
117 | 117 |
if ($form->{customernumber}) { |
118 | 118 |
$where .= qq| AND ct.customernumber = ? |; |
Auch abrufbar als: Unified diff
Funktion »like« von Form nach DBUtils verschoben
Das ist eine Datenbank-Quoting-Funktion und hat daher nichts mehr in
Form zu suchen.