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:
2d1f1f8
)
SuSa - vergessene Hidden für department_id
author
G. Richardson
<grichardson@kivitec.de>
Tue, 8 May 2018 11:27:10 +0000
(13:27 +0200)
committer
G. Richardson
<grichardson@kivitec.de>
Tue, 8 May 2018 11:28:45 +0000
(13:28 +0200)
bin/mozilla/rp.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/rp.pl
b/bin/mozilla/rp.pl
index
c1b3c63
..
a7f6ede
100644
(file)
--- a/
bin/mozilla/rp.pl
+++ b/
bin/mozilla/rp.pl
@@
-630,7
+630,7
@@
sub generate_trial_balance {
my $attachment_basename = $locale->text('trial_balance');
my $report = SL::ReportGenerator->new(\%myconfig, $form);
- my @hidden_variables = qw(fromdate todate year method);
+ my @hidden_variables = qw(fromdate todate year method
department_id
);
my $href = build_std_url('action=generate_trial_balance', grep { $form->{$_} } @hidden_variables);