Bug 1584 - Summen und Saldenliste: Export to PDF/CSV in EÜR Modus falsch
authorG. Richardson <information@lx-office-hosting.de>
Thu, 12 May 2011 09:44:52 +0000 (11:44 +0200)
committerG. Richardson <information@lx-office-hosting.de>
Thu, 12 May 2011 09:44:52 +0000 (11:44 +0200)
Bugfix von Robert Parker aus Bugzilla getestet und übernommen

bin/mozilla/ca.pl
doc/changelog

index dd157e0..ecce874 100644 (file)
@@ -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);
 
index e60ffd1..2104655 100644 (file)
@@ -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