Revision 8c5fc063
Von Jan Büren vor etwa 1 Jahr hinzugefügt
| SL/AP.pm | ||
|---|---|---|
|
push(@values, like($form->{notes}));
|
||
|
}
|
||
|
if ($form->{intnotes}) {
|
||
|
$where .= " AND v.notes ILIKE ?";
|
||
|
$where .= " AND a.intnotes ILIKE ?";
|
||
|
push(@values, like($form->{intnotes}));
|
||
|
}
|
||
|
if ($form->{project_id}) {
|
||
Auch abrufbar als: Unified diff
Suchfilter nach ap.intnotes auch im Beleg anstatt beim Lieferanten suchen