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:
7482e44
)
2344: falsche Werte beim Export der Susa gefixt
author
Rolf Fluehmann
<rolf.fluehmann@revamp-it.ch>
Mon, 6 Jan 2014 17:09:50 +0000
(18:09 +0100)
committer
Rolf Fluehmann
<rolf.fluehmann@revamp-it.ch>
Mon, 6 Jan 2014 17:25:15 +0000
(18:25 +0100)
bin/mozilla/rp.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/rp.pl
b/bin/mozilla/rp.pl
index
847916d
..
da60add
100644
(file)
--- a/
bin/mozilla/rp.pl
+++ b/
bin/mozilla/rp.pl
@@
-577,7
+577,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
cash
);
+ my @hidden_variables = qw(fromdate todate year
method
);
my $href = build_std_url('action=generate_trial_balance', grep { $form->{$_} } @hidden_variables);