checkin: Fix checkout path if currently checked into cancelled train
This commit is contained in:
parent
45f409e3df
commit
7f84288db5
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue