Revision 3f0b42e6
Von G. Richardson vor mehr als 13 Jahren hinzugefügt
bin/mozilla/ca.pl | ||
---|---|---|
544 | 544 |
'ustrate' => { 'text' => $locale->text('Satz %'), }, |
545 | 545 |
); |
546 | 546 |
|
547 |
my @hidden_variables = qw(accno fromdate todate description accounttype l_heading subtotal department projectnumber project_id sort); |
|
547 |
my @hidden_variables = qw(accno fromdate todate description accounttype l_heading subtotal department projectnumber project_id sort method);
|
|
548 | 548 |
|
549 | 549 |
my $link = build_std_url('action=list_transactions', grep { $form->{$_} } @hidden_variables); |
550 | 550 |
|
Auch abrufbar als: Unified diff
Bug 1584 - Summen und Saldenliste: Export to PDF/CSV in EÜR Modus falsch
Bugfix von Robert Parker aus Bugzilla getestet und übernommen