CustomerVendor: redirect nach Speichern
authorThomas Heck <theck@linet-services.de>
Mon, 8 Jul 2013 07:15:58 +0000 (09:15 +0200)
committerJan Büren <jan@kivitendo-premium.de>
Thu, 18 Jul 2013 07:09:04 +0000 (09:09 +0200)
SL/Controller/CustomerVendor.pm

index 8d2f96a..a0e7481 100644 (file)
@@ -141,7 +141,7 @@ sub action_save {
 
   $self->_save();
 
-  $self->action_edit();
+  $self->redirect_to(action => 'edit', id => $self->{cv}->id);
 }
 
 sub action_save_and_close {