]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ca.pl
Diverse Bugfixes im DATEV-Export
[mfinanz.git] / bin / mozilla / ca.pl
index c6070fbd1d8a5a45de22e845d662ab5d7cce203d..eae6131792445126a5755e72d76f3db318c6704c 100644 (file)
@@ -526,6 +526,12 @@ sub list_transactions {
 
   push @options, $period;
 
+  $form->{print_date} = $locale->text('Create Date') . " " . $locale->date(\%myconfig, $form->current_date(\%myconfig), 0);
+  push (@options, $form->{print_date});
+
+  $form->{company} = $locale->text('Company') . " " . $myconfig{company};
+  push (@options, $form->{company});
+
   my @columns     = qw(transdate reference description gegenkonto debit credit ustkonto ustrate balance);
   my %column_defs = (
     'transdate'   => { 'text' => $locale->text('Date'), },