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

latest checkout stations: order by journey id rather than timestamp

parent 3f08f86a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -754,7 +754,7 @@ sub get_latest_checkout_stations {
		},
		{
			limit    => $limit,
			order_by => { -desc => 'real_arr_ts' }
			order_by => { -desc => 'journey_id' }
		}
	);