X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fc41222c61dbee590005f04c50e8603581462543..b8fee3fc:/bin/mozilla/dn.pl?ds=sidebyside diff --git a/bin/mozilla/dn.pl b/bin/mozilla/dn.pl index 378e5a17c..c9ce8a76e 100644 --- a/bin/mozilla/dn.pl +++ b/bin/mozilla/dn.pl @@ -106,7 +106,7 @@ sub add { $form->{title} = $locale->text('Start Dunning Process'); $form->{jsscript} = 1; - $form->{fokus} = "search.customer"; + $::request->{layout}->focus('#customer'); $form->header(); print $form->parse_html_template("dunning/add"); @@ -153,6 +153,7 @@ sub show_invoices { 'no_html' => 1, 'no_opendocument' => 1,); + $::request->layout->use_javascript('jquery.checkall.js'); $form->header(); print $form->parse_html_template("dunning/show_invoices");