projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffe5434
)
Bericht EK-Rg/Kreditorenbuchungen: Filter nach Abteilung als hidden mitnehmen
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Mon, 23 Sep 2019 11:12:16 +0000
(13:12 +0200)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Mon, 23 Sep 2019 12:10:11 +0000
(14:10 +0200)
bin/mozilla/ap.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ap.pl
b/bin/mozilla/ap.pl
index
ed4d864
..
29da92d
100644
(file)
--- a/
bin/mozilla/ap.pl
+++ b/
bin/mozilla/ap.pl
@@
-1006,7
+1006,7
@@
sub ap_transactions {
my @hidden_variables = map { "l_${_}" } @columns;
push @hidden_variables, "l_subtotal", qw(open closed vendor invnumber ordnumber transaction_description notes project_id transdatefrom transdateto
- parts_partnumber parts_description);
+ parts_partnumber parts_description
department_id
);
my $href = build_std_url('action=ap_transactions', grep { $form->{$_} } @hidden_variables);