X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fca.pl;h=da3bfb029fc846e13170d28b6478bbafde39c1c5;hb=978c6f75abc1bbfded560f856b000e87cbe106bd;hp=b22ed29cd5bc60aa096372a13f6e163eff3bde8e;hpb=f7f03503cfc22a15f5497d09dd9215c10c1d39b1;p=kivitendo-erp.git diff --git a/bin/mozilla/ca.pl b/bin/mozilla/ca.pl index b22ed29cd..da3bfb029 100644 --- a/bin/mozilla/ca.pl +++ b/bin/mozilla/ca.pl @@ -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;