Fehlendes MenĂ¼ bei Stammdaten->Berichte->Projekte fixed
authorSven Donath <lxo@dexo.de>
Thu, 18 Oct 2012 15:51:43 +0000 (17:51 +0200)
committerSven Donath <lxo@dexo.de>
Thu, 18 Oct 2012 15:53:08 +0000 (17:53 +0200)
bin/mozilla/projects.pl

index 46ce822..4850e16 100644 (file)
@@ -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');