Revision 411c4ff7
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
SL/AP.pm | ||
---|---|---|
646 | 646 |
$where .= " AND a.taxzone_id = ?"; |
647 | 647 |
push(@values, $form->{taxzone_id}); |
648 | 648 |
} |
649 |
if ($form->{payment_id}) { |
|
650 |
$where .= " AND a.payment_id = ?"; |
|
651 |
push(@values, $form->{payment_id}); |
|
652 |
} |
|
649 | 653 |
if ($form->{transaction_description}) { |
650 | 654 |
$where .= " AND a.transaction_description ILIKE ?"; |
651 | 655 |
push(@values, like($form->{transaction_description})); |
Auch abrufbar als: Unified diff
Rechnungsbericht VK und EK nach Zahlungsbedingung filtern können