Revision 66c4c45c
Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt
bin/mozilla/rp.pl | ||
---|---|---|
631 | 631 |
my $attachment_basename = $locale->text('trial_balance'); |
632 | 632 |
my $report = SL::ReportGenerator->new(\%myconfig, $form); |
633 | 633 |
|
634 |
my @hidden_variables = qw(fromdate todate year method department_id all_accounts); |
|
634 |
my @hidden_variables = qw(fromdate todate year method department project_id all_accounts);
|
|
635 | 635 |
|
636 | 636 |
my $href = build_std_url('action=generate_trial_balance', grep { $form->{$_} } @hidden_variables); |
637 | 637 |
|
Auch abrufbar als: Unified diff
Bericht: SuSa: Abteilungs- u. Projektfilter in hiddens
Behebt #88 (redmine).