Revision 411c4ff7
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
SL/AR.pm | ||
---|---|---|
605 | 605 |
$where .= " AND a.taxzone_id = ?"; |
606 | 606 |
push(@values, $form->{taxzone_id}); |
607 | 607 |
} |
608 |
if ($form->{payment_id}) { |
|
609 |
$where .= " AND a.payment_id = ?"; |
|
610 |
push(@values, $form->{payment_id}); |
|
611 |
} |
|
608 | 612 |
foreach my $column (qw(invnumber ordnumber cusordnumber notes transaction_description shipvia shippingpoint)) { |
609 | 613 |
if ($form->{$column}) { |
610 | 614 |
$where .= " AND a.$column ILIKE ?"; |
Auch abrufbar als: Unified diff
Rechnungsbericht VK und EK nach Zahlungsbedingung filtern können