2344: falsche Werte beim Export der Susa gefixt
authorRolf Fluehmann <rolf.fluehmann@revamp-it.ch>
Mon, 6 Jan 2014 17:09:50 +0000 (18:09 +0100)
committerRolf Fluehmann <rolf.fluehmann@revamp-it.ch>
Mon, 6 Jan 2014 17:25:15 +0000 (18:25 +0100)
bin/mozilla/rp.pl

index 847916d..da60add 100644 (file)
@@ -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);