Unverified Commit cecf3491 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

work: only request carriage formation for DB backends

parent e6ba4b0e
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -81,7 +81,8 @@ sub run {
							dep_eva => $dep,
							arr_eva => $arr
						);
						if (    $journey->class <= 16
						if (    $entry->{backend_id} <= 1
							and $journey->class <= 16
							and $found_dep->rt_dep->epoch > $now->epoch )
						{
							$self->app->add_wagonorder(
@@ -106,7 +107,8 @@ sub run {
							dep_eva => $dep,
							arr_eva => $arr
						);
						if (    $journey->class <= 16
						if (    $entry->{backend_id} <= 1
							and $journey->class <= 16
							and $found_arr->rt_arr->epoch - $now->epoch < 600 )
						{
							$self->app->add_wagonorder(