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:
9ef2729
)
OE: Fokus bei Speichern behalten.
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 19 Oct 2009 09:48:16 +0000
(11:48 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 19 Oct 2009 10:45:51 +0000
(12:45 +0200)
Fix für Bug 2004 aus Umetec Wiki
bin/mozilla/oe.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/oe.pl
b/bin/mozilla/oe.pl
index
b3111ea
..
e47ffee
100644
(file)
--- a/
bin/mozilla/oe.pl
+++ b/
bin/mozilla/oe.pl
@@
-1101,7
+1101,7
@@
sub save {
$form->{simple_save} = 1;
if(!$form->{print_and_save}) {
- delete @{$form}{ary_diff([keys %{ $form }], [qw(login stylesheet id script type)])};
+ delete @{$form}{ary_diff([keys %{ $form }], [qw(login stylesheet id script type
cursor_fokus
)])};
edit();
exit;
}