Revision 9287c2ab
Von Jan Büren vor mehr als 3 Jahren hinzugefügt
SL/AP.pm | ||
---|---|---|
546 | 546 |
push(@values, like($form->{transaction_description})); |
547 | 547 |
} |
548 | 548 |
if ($form->{notes}) { |
549 |
$where .= " AND lower(a.notes) LIKE ?";
|
|
549 |
$where .= " AND a.notes ILIKE ?";
|
|
550 | 550 |
push(@values, like($form->{notes})); |
551 | 551 |
} |
552 | 552 |
if ($form->{project_id}) { |
Auch abrufbar als: Unified diff
Suche nach Bemerkung in EK-Rechnung, findet jetzt auch Großbuchstaben