Revision 22a959aa
Von Rolf Fluehmann vor fast 11 Jahren hinzugefügt
bin/mozilla/rp.pl | ||
---|---|---|
577 | 577 |
my $attachment_basename = $locale->text('trial_balance'); |
578 | 578 |
my $report = SL::ReportGenerator->new(\%myconfig, $form); |
579 | 579 |
|
580 |
my @hidden_variables = qw(fromdate todate year cash);
|
|
580 |
my @hidden_variables = qw(fromdate todate year method);
|
|
581 | 581 |
|
582 | 582 |
my $href = build_std_url('action=generate_trial_balance', grep { $form->{$_} } @hidden_variables); |
583 | 583 |
|
Auch abrufbar als: Unified diff
2344: falsche Werte beim Export der Susa gefixt