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:
febb884
)
Revert "Erfassungsdatum in Auftrags-Maske auch nach Erneuern wieder holen und anzeigen."
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 9 Dec 2015 12:39:31 +0000
(13:39 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 9 Dec 2015 12:39:31 +0000
(13:39 +0100)
This reverts commit
febb8845d7cdd03de8843a299d770983b46a3e68
.
Das geht auch ohne das Order-Objekt nochmals zu laden. Dank an mosu.
bin/mozilla/oe.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/oe.pl
b/bin/mozilla/oe.pl
index
92b79f3
..
ad4c62e
100644
(file)
--- a/
bin/mozilla/oe.pl
+++ b/
bin/mozilla/oe.pl
@@
-592,8
+592,6
@@
sub update {
set_headings($form->{"id"} ? "edit" : "add");
- $form->{insertdate} = SL::DB::Order->new(id => $form->{id})->load->itime_as_date if $form->{id};
-
$form->{update} = 1;
&check_name($form->{vc});