From 22a959aaad187689ecde89b52a015471b135c6c7 Mon Sep 17 00:00:00 2001 From: Rolf Fluehmann Date: Mon, 6 Jan 2014 18:09:50 +0100 Subject: [PATCH] 2344: falsche Werte beim Export der Susa gefixt --- bin/mozilla/rp.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/rp.pl b/bin/mozilla/rp.pl index 847916dc0..da60add0d 100644 --- 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); -- 2.20.1