diff options
| -rwxr-xr-x | lib/Travelynx.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travelynx.pm b/lib/Travelynx.pm index 25d45d3..7e56468 100755 --- a/lib/Travelynx.pm +++ b/lib/Travelynx.pm @@ -583,7 +583,7 @@ qq{select * from pending_mails where email = ? and num_tries > 1;}  					elsif ( $user->{cancelled} ) {  						# Same -						$self->cancelled_to($station); +						$self->checkout($station, 1, $self->app->action_type->{cancelled_to});  					}  					my $success = $self->app->action_query->execute(  | 
