Passengerrights: Fix typo
This commit is contained in:
parent
b3b0a055b9
commit
613f7d6087
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ sub mark_substitute_connection {
|
|||
$journey->{from_substitute} = $first_substitute;
|
||||
$journey->{to_substitute} = $last_substitute;
|
||||
$journey->{substitute_delay}
|
||||
= ( $last_substitute->{rt_arr_ts} - $journey->{sched_ar_ts} ) / 60;
|
||||
= ( $last_substitute->{rt_arr_ts} - $journey->{sched_arr_ts} ) / 60;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue