Revision 2391833d
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
SL/AP.pm | ||
---|---|---|
618 | 618 |
$where .= " AND a.ordnumber ILIKE ?"; |
619 | 619 |
push(@values, like($form->{ordnumber})); |
620 | 620 |
} |
621 |
if ($form->{taxzone_id}) { |
|
622 |
$where .= " AND a.taxzone_id = ?"; |
|
623 |
push(@values, $form->{taxzone_id}); |
|
624 |
} |
|
621 | 625 |
if ($form->{transaction_description}) { |
622 | 626 |
$where .= " AND a.transaction_description ILIKE ?"; |
623 | 627 |
push(@values, like($form->{transaction_description})); |
Auch abrufbar als: Unified diff
Rechnungsbericht VK und EK nach Steuerzone filtern können