From febb8845d7cdd03de8843a299d770983b46a3e68 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Wed, 9 Dec 2015 11:38:47 +0100 Subject: [PATCH] Erfassungsdatum in Auftrags-Maske auch nach Erneuern wieder holen und anzeigen. --- bin/mozilla/oe.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index ad4c62ea8..92b79f3cf 100644 --- 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}); -- 2.20.1