]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/Order.pm
Merge branch 'f-use-with_transaction-instead-of-do_transaction'
[mfinanz.git] / SL / Controller / Order.pm
index 480f8915b6d2ca48284534b47e1993dbb4aeaf59..89c7ded25e2a4eff68bf3c5ad764a3c9e15f1407 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,
   );