checkin: Fix checkout path if currently checked into cancelled train

This commit is contained in:
Daniel Friesel 2019-04-05 21:45:05 +02:00
parent 45f409e3df
commit 7f84288db5

View file

@ -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(