Revision 8a0c3bd1
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
1048 | 1048 |
insertdate); |
1049 | 1049 |
|
1050 | 1050 |
my @hidden_variables = map { "l_${_}" } @columns; |
1051 |
push @hidden_variables, "l_subtotal", qw(open closed vendor invnumber ordnumber transaction_description notes project_id transdatefrom transdateto |
|
1051 |
push @hidden_variables, "l_subtotal", qw(open closed vendor invnumber ordnumber transaction_description notes project_id |
|
1052 |
transdatefrom transdateto duedatefrom duedateto |
|
1052 | 1053 |
parts_partnumber parts_description department_id taxzone_id); |
1053 | 1054 |
|
1054 | 1055 |
my $href = build_std_url('action=ap_transactions', grep { $form->{$_} } @hidden_variables); |
Auch abrufbar als: Unified diff
Einkaufsrechnung -> Suche. Fälligkeitsdatum: vegessene hidden-Variable
Damit Filter beim Sortieren oder Export erhalten bleibt.