Revision 9aa4d064
Von Jan Büren vor mehr als 3 Jahren hinzugefügt
bin/mozilla/rp.pl | ||
---|---|---|
630 | 630 |
my $attachment_basename = $locale->text('trial_balance'); |
631 | 631 |
my $report = SL::ReportGenerator->new(\%myconfig, $form); |
632 | 632 |
|
633 |
my @hidden_variables = qw(fromdate todate year method department_id); |
|
633 |
my @hidden_variables = qw(fromdate todate year method department_id all_accounts);
|
|
634 | 634 |
|
635 | 635 |
my $href = build_std_url('action=generate_trial_balance', grep { $form->{$_} } @hidden_variables); |
636 | 636 |
|
Auch abrufbar als: Unified diff
hidden: all_accounts für SuSa