Skip to content
Snippets Groups Projects
Unverified Commit 41cc5f3c authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

work: check arr on arr, not on dep

parent f0e169cb
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ sub run {
arr_eva => $arr
);
if ( $journey->class <= 16
and $found_dep->rt_arr->epoch - $now->epoch < 600 )
and $found_arr->rt_arr->epoch - $now->epoch < 600 )
{
$self->app->add_wagonorder( $uid, 0, $train_id,
$found_dep->sched_dep, $journey->number );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment