]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 8d2f96a39f22a17221b9068fcbd051bfa374f68c..a0e74814c6edc6627d86a1c2b20b7cb5ba289d7c 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 {