Vergessene hiddens für Offene Forderungen / Verbindlichkeiten zum Stichtag
authorJan Büren <jan@kivitendo-premium.de>
Fri, 24 May 2013 08:26:24 +0000 (10:26 +0200)
committerJan Büren <jan@kivitendo-premium.de>
Fri, 24 May 2013 08:26:24 +0000 (10:26 +0200)
Sowohl das eigentlich Datum (fordate), als auch den Berichtstyp (reporttype) muss für den CSV-Export übergeben werden.

bin/mozilla/rp.pl

index c3a13da..d455d5a 100644 (file)
@@ -969,7 +969,7 @@ sub aging {
   $report->set_columns(%column_defs);
   $report->set_column_order(@columns);
 
-  my @hidden_variables = qw(todate customer vendor arap title ct);
+  my @hidden_variables = qw(todate customer vendor arap title ct fordate reporttype);
   $report->set_export_options('generate_' . ($form->{arap} eq 'ar' ? 'ar' : 'ap') . '_aging', @hidden_variables);
 
   my @options;