X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fdn.pl;h=e9df309444a5e377cbfdc52fb3920f87f0d6c7be;hb=4f97d578f0ea0104fcd5cc63ed96622d89f6fceb;hp=378e5a17cf14e02f47c5c71244e2ad55f71509f3;hpb=fc41222c61dbee590005f04c50e8603581462543;p=kivitendo-erp.git diff --git a/bin/mozilla/dn.pl b/bin/mozilla/dn.pl index 378e5a17c..e9df30944 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");