]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ca.pl
Merge remote branch 'origin/master'
[mfinanz.git] / bin / mozilla / ca.pl
index af6c6c8241e4de3eda394d9d2abd174cfcf22432..da3bfb029fc846e13170d28b6478bbafde39c1c5 100644 (file)
@@ -154,15 +154,9 @@ sub list {
 
   $::form->{title} = $::locale->text('List Transactions') . " - " . $::locale->text('Account') . " $::form->{accno}";
 
-  my $onload = qq|focus()|;
-  $onload .= qq|;setupDateFormat('$::myconfig{dateformat}', '|. $::locale->text("Falsches Datumsformat!") .qq|')|;
-  $onload .= qq|;setupPoints('$::myconfig{numberformat}', '|. $::locale->text("wrongformat") .qq|')|;
-
   $::form->header;
   print $::form->parse_html_template('ca/list', {
-    onload => $onload,
     year => DateTime->today->year,
-    cash => $::instance_conf->get_accounting_method eq 'cash',
   });
 
   $::lxdebug->leave_sub;