From: G. Richardson Date: Thu, 12 May 2011 09:44:52 +0000 (+0200) Subject: Bug 1584 - Summen und Saldenliste: Export to PDF/CSV in EÜR Modus falsch X-Git-Tag: release-2.6.3~25^2~44 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=3f0b42e6349b785a867ae74183a1d5a451225364;p=kivitendo-erp.git Bug 1584 - Summen und Saldenliste: Export to PDF/CSV in EÜR Modus falsch Bugfix von Robert Parker aus Bugzilla getestet und übernommen --- diff --git a/bin/mozilla/ca.pl b/bin/mozilla/ca.pl index dd157e0a9..ecce87429 100644 --- a/bin/mozilla/ca.pl +++ b/bin/mozilla/ca.pl @@ -544,7 +544,7 @@ sub list_transactions { 'ustrate' => { 'text' => $locale->text('Satz %'), }, ); - my @hidden_variables = qw(accno fromdate todate description accounttype l_heading subtotal department projectnumber project_id sort); + my @hidden_variables = qw(accno fromdate todate description accounttype l_heading subtotal department projectnumber project_id sort method); my $link = build_std_url('action=list_transactions', grep { $form->{$_} } @hidden_variables); diff --git a/doc/changelog b/doc/changelog index e60ffd164..2104655f5 100644 --- a/doc/changelog +++ b/doc/changelog @@ -24,6 +24,7 @@ - Bugfix 1613: Status teilweise - Bugfix 1642: Lieferantenrabatt wird korrekt gespeichert, aber nicht mehr angezeigt - Bugfix 1626: Beim Festlegen der Standardkonten kann beim Warenbestand eine Überschrift ausgewählt werden. + - Bugfix 1584:Summen und Saldenliste: Export to PDF/CSV in EÜR Modus falsch 2011-02-02 - Release 2.6.2