X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/55ef0ec59cae4f044c79a1e675899dc1d6c90d5b..64c4e3c6b99559d33a9e7c29799f001bb64a58d7:/bin/mozilla/do.pl?ds=sidebyside diff --git a/bin/mozilla/do.pl b/bin/mozilla/do.pl index 130cca130..b3c9f10fb 100644 --- a/bin/mozilla/do.pl +++ b/bin/mozilla/do.pl @@ -485,10 +485,10 @@ sub orders { push @options, $locale->text('Transaction description') . " : $form->{transaction_description}"; } if ($form->{transdatefrom}) { - push @options, $locale->text('From') . " " . $locale->date(\%myconfig, $form->{transdatefrom}, 1); + push @options, $locale->text('From') . " " . $locale->date(\%myconfig, $form->{transdatefrom}, 1); } if ($form->{transdateto}) { - push @options, $locale->text('Bis') . " " . $locale->date(\%myconfig, $form->{transdateto}, 1); + push @options, $locale->text('Bis') . " " . $locale->date(\%myconfig, $form->{transdateto}, 1); } if ($form->{open}) { push @options, $locale->text('Open');