projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c20384
)
Fokus in Dialogbuchen gefixt
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 26 Oct 2012 11:30:24 +0000
(13:30 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 26 Oct 2012 11:30:24 +0000
(13:30 +0200)
bin/mozilla/gl.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/gl.pl
b/bin/mozilla/gl.pl
index
fd67b5f
..
56e625c
100644
(file)
--- 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}|;