Revision 8c5fc063
SL/AP.pm | ||
---|---|---|
664 | 664 |
push(@values, like($form->{notes})); |
665 | 665 |
} |
666 | 666 |
if ($form->{intnotes}) { |
667 |
$where .= " AND v.notes ILIKE ?";
|
|
667 |
$where .= " AND a.intnotes ILIKE ?";
|
|
668 | 668 |
push(@values, like($form->{intnotes})); |
669 | 669 |
} |
670 | 670 |
if ($form->{project_id}) { |
Auch abrufbar als: Unified diff
Suchfilter nach ap.intnotes auch im Beleg anstatt beim Lieferanten suchen