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