From 05c23f4913ddedbbc261087eaa584e3118182577 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 26 Oct 2012 13:30:24 +0200 Subject: [PATCH] Fokus in Dialogbuchen gefixt --- bin/mozilla/gl.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/gl.pl b/bin/mozilla/gl.pl index fd67b5f4c..56e625cbd 100644 --- a/bin/mozilla/gl.pl +++ b/bin/mozilla/gl.pl @@ -874,7 +874,7 @@ sub form_header { s/option>\Q$::form->{department}\E/option selected>$::form->{department}/; if ($init) { - $::form->{fokus} = "gl.reference"; + $::request->{layout}->focus("#reference"); $::form->{taxincluded} = "1"; } else { $::form->{fokus} = qq|gl.accno_$::form->{rowcount}|; -- 2.20.1