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 |
|
doc/changelog | ||
---|---|---|
24 | 24 |
- Bugfix 1613: Status teilweise |
25 | 25 |
- Bugfix 1642: Lieferantenrabatt wird korrekt gespeichert, aber nicht mehr angezeigt |
26 | 26 |
- Bugfix 1626: Beim Festlegen der Standardkonten kann beim Warenbestand eine Überschrift ausgewählt werden. |
27 |
- Bugfix 1584:Summen und Saldenliste: Export to PDF/CSV in EÜR Modus falsch |
|
27 | 28 |
|
28 | 29 |
|
29 | 30 |
2011-02-02 - Release 2.6.2 |
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