]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ir.pl
update Installations-Doku vor allem postgres
[mfinanz.git] / bin / mozilla / ir.pl
index 8a8df0ba2ddf9330f1142c1e30cfacf3d7b49993..0a468615e5ad037e1c1f6f84f735f47e0c191eee 100644 (file)
@@ -328,7 +328,7 @@ sub form_header {
   $TMPL_VAR{creditwarning} = ($form->{creditlimit} != 0) && ($form->{creditremaining} < 0) && !$form->{update};
   $TMPL_VAR{is_credit_remaining_negativ} = $form->{creditremaining} =~ /-/;
 
-  $form->{fokus} = "invoice.vendor";
+  $::request->{layout}->focus('#vendor');
 
   my $follow_up_vc         =  $form->{vendor};
   $follow_up_vc            =~ s/--\d*\s*$//;