Notiz nach dem Speichern nicht wieder öffnen
authorThomas Heck <theck@linet-services.de>
Tue, 29 Oct 2013 12:43:24 +0000 (13:43 +0100)
committerThomas Heck <theck@linet-services.de>
Fri, 8 Nov 2013 13:24:42 +0000 (14:24 +0100)
SL/Controller/CustomerVendor.pm

index da4b7c9..46270bc 100644 (file)
@@ -170,10 +170,6 @@ sub action_save {
     push(@redirect_params, shipto_id => $self->{shipto}->shipto_id);
   }
 
-  if ( $self->{note}->id ) {
-    push(@redirect_params, note_id => $self->{note}->id);
-  }
-
   $self->redirect_to(@redirect_params);
 }