]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/is.pl
fokus in Rechnung erstellen gefixt.
[mfinanz.git] / bin / mozilla / is.pl
index 58d4c4f9172b8fee3fd9a680373d7dfb0b0c3061..d5bd229465454ef67de38924e573fb90096c035b 100644 (file)
@@ -350,7 +350,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.customer";
+  $::request->{layout}->focus('#customer');
 
   my $follow_up_vc         =  $form->{customer};
   $follow_up_vc            =~ s/--\d*\s*$//;