Revision 05c23f49
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
874 | 874 |
s/option>\Q$::form->{department}\E/option selected>$::form->{department}/; |
875 | 875 |
|
876 | 876 |
if ($init) { |
877 |
$::form->{fokus} = "gl.reference";
|
|
877 |
$::request->{layout}->focus("#reference");
|
|
878 | 878 |
$::form->{taxincluded} = "1"; |
879 | 879 |
} else { |
880 | 880 |
$::form->{fokus} = qq|gl.accno_$::form->{rowcount}|; |
Auch abrufbar als: Unified diff
Fokus in Dialogbuchen gefixt