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:
0ffc7f6
)
Erfassungsdatum in Auftrags-Maske auch nach Erneuern wieder holen und anzeigen.
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 9 Dec 2015 10:38:47 +0000
(11:38 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 9 Dec 2015 10:38:47 +0000
(11:38 +0100)
bin/mozilla/oe.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/oe.pl
b/bin/mozilla/oe.pl
index
ad4c62e
..
92b79f3
100644
(file)
--- a/
bin/mozilla/oe.pl
+++ b/
bin/mozilla/oe.pl
@@
-592,6
+592,8
@@
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});