]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ca.pl
Konflikt zwischen zwei Upgrade-Scripten beheben
[mfinanz.git] / bin / mozilla / ca.pl
index b22ed29cd5bc60aa096372a13f6e163eff3bde8e..da3bfb029fc846e13170d28b6478bbafde39c1c5 100644 (file)
@@ -154,13 +154,9 @@ sub list {
 
   $::form->{title} = $::locale->text('List Transactions') . " - " . $::locale->text('Account') . " $::form->{accno}";
 
-  my $onload = qq|focus()|;
-
   $::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;