From 4e03a13b8db203a81bf877e536d68a7203eb8747 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 18 Aug 2016 10:31:17 +0200 Subject: [PATCH] =?utf8?q?Auftragscontroller:=20nach=20L=C3=B6schen=20Redi?= =?utf8?q?rect=20zum=20Anlegen,=20nicht=20zum=20Bearbeiten?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Controller/Order.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Controller/Order.pm b/SL/Controller/Order.pm index 8023aa2b9..22a0fd06b 100644 --- a/SL/Controller/Order.pm +++ b/SL/Controller/Order.pm @@ -93,7 +93,7 @@ sub action_delete { flash_later('info', $::locale->text('The order has been deleted')); my @redirect_params = ( - action => 'edit', + action => 'add', type => $self->type, ); -- 2.20.1