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:
46e1506
)
Nach dem Speichern Auftrag neu laden, weil die orderitem_ids ansonsten nicht gesetzt...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 26 Aug 2009 13:58:15 +0000
(15:58 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 28 Aug 2009 15:31:55 +0000
(17:31 +0200)
bin/mozilla/oe.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/oe.pl
b/bin/mozilla/oe.pl
index
3017456
..
094c3cd
100644
(file)
--- a/
bin/mozilla/oe.pl
+++ b/
bin/mozilla/oe.pl
@@
-38,6
+38,7
@@
use SL::FU;
use SL::OE;
use SL::IR;
use SL::IS;
+use SL::MoreCommon qw(ary_diff);
use SL::PE;
use SL::ReportGenerator;
use List::Util qw(max reduce sum);
@@
-1092,8
+1093,8
@@
sub save {
$form->{simple_save} = 1;
if(!$form->{print_and_save}) {
-
set_headings("edit")
;
-
&update
;
+
delete @{$form}{ary_diff([keys %{ $form }], [qw(login stylesheet id script type)])}
;
+
edit()
;
exit;
}
$lxdebug->leave_sub();