From 4e328f2e8cd3346e33bd0a1926834402bbd4711b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Wed, 9 Dec 2015 13:39:31 +0100 Subject: [PATCH] Revert "Erfassungsdatum in Auftrags-Maske auch nach Erneuern wieder holen und anzeigen." This reverts commit febb8845d7cdd03de8843a299d770983b46a3e68. Das geht auch ohne das Order-Objekt nochmals zu laden. Dank an mosu. --- bin/mozilla/oe.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 92b79f3cf..ad4c62ea8 100644 --- 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}); -- 2.20.1