Revision 14fd13cd
Von Bernd Bleßmann vor mehr als 5 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
1006 | 1006 |
|
1007 | 1007 |
my @hidden_variables = map { "l_${_}" } @columns; |
1008 | 1008 |
push @hidden_variables, "l_subtotal", qw(open closed vendor invnumber ordnumber transaction_description notes project_id transdatefrom transdateto |
1009 |
parts_partnumber parts_description); |
|
1009 |
parts_partnumber parts_description department_id);
|
|
1010 | 1010 |
|
1011 | 1011 |
my $href = build_std_url('action=ap_transactions', grep { $form->{$_} } @hidden_variables); |
1012 | 1012 |
|
Auch abrufbar als: Unified diff
Bericht EK-Rg/Kreditorenbuchungen: Filter nach Abteilung als hidden mitnehmen