From: Sven Donath Date: Thu, 18 Oct 2012 15:51:43 +0000 (+0200) Subject: Fehlendes MenĂ¼ bei Stammdaten->Berichte->Projekte fixed X-Git-Tag: release-3.0.0beta1~106 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=7e2298c76ac6f100b449d72cb1a08c053bab1bd3;p=kivitendo-erp.git Fehlendes MenĂ¼ bei Stammdaten->Berichte->Projekte fixed --- diff --git a/bin/mozilla/projects.pl b/bin/mozilla/projects.pl index 46ce822fb..4850e1620 100644 --- a/bin/mozilla/projects.pl +++ b/bin/mozilla/projects.pl @@ -92,7 +92,7 @@ sub search { $form->{CUSTOM_VARIABLES_INCLUSION_CODE}) = CVar->render_search_options('variables' => $form->{CUSTOM_VARIABLES}, 'include_prefix' => 'l_', 'include_value' => 'Y'); - $form->{fokus} = 'getElementById("projectnumber")'; + $form->{fokus} = 'Form.projectnumber'; $form->header(); print $form->parse_html_template('projects/search');