X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/3d1ae2d96b65e88a5b12dde2b2524dc10f7932fa..2a8df53fac09e95c9199021399e2343ff766535d:/SL/Controller/Project.pm diff --git a/SL/Controller/Project.pm b/SL/Controller/Project.pm index 46a8c591e..d152d6a01 100644 --- a/SL/Controller/Project.pm +++ b/SL/Controller/Project.pm @@ -149,8 +149,6 @@ sub display_form { $params{CUSTOM_VARIABLES} = CVar->get_custom_variables(module => 'Projects', trans_id => $self->project->id); CVar->render_inputs(variables => $params{CUSTOM_VARIABLES}) if @{ $params{CUSTOM_VARIABLES} }; - $::request->{layout}->focus('#projectnumber'); - $self->render('project/form', %params); }