Merge branch 'f-use-with_transaction-instead-of-do_transaction'
[kivitendo-erp.git] / SL / Controller / Order.pm
index 480f891..89c7ded 100644 (file)
@@ -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,
   );