X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fca.pl;h=eae6131792445126a5755e72d76f3db318c6704c;hb=b29783a3f0cff568b5d344d4fd34fe65840bea46;hp=c6070fbd1d8a5a45de22e845d662ab5d7cce203d;hpb=4654d9931a51aaa867c425c1fc63618337df67e9;p=kivitendo-erp.git diff --git a/bin/mozilla/ca.pl b/bin/mozilla/ca.pl index c6070fbd1..eae613179 100644 --- a/bin/mozilla/ca.pl +++ b/bin/mozilla/ca.pl @@ -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'), },