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

increase auto-checkout delay from 10 to 15 minutes

parent 293a7f17
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ sub run {
		{
			if (    $arr
				and $entry->{real_arr_ts}
				and $now->epoch - $entry->{real_arr_ts} > 600 )
				and $now->epoch - $entry->{real_arr_ts} > 900 )
			{
				$self->app->checkout_p(
					station => $arr,
@@ -193,7 +193,7 @@ sub run {

				if (    $arr
					and $entry->{real_arr_ts}
					and $now->epoch - $entry->{real_arr_ts} > 600 )
					and $now->epoch - $entry->{real_arr_ts} > 900 )
				{
					$self->app->checkout_p(
						station => $arr,
@@ -288,7 +288,7 @@ sub run {

				if (    $arr
					and $entry->{real_arr_ts}
					and $now->epoch - $entry->{real_arr_ts} > 600 )
					and $now->epoch - $entry->{real_arr_ts} > 900 )
				{
					$self->app->checkout_p(
						station => $arr,
@@ -389,7 +389,7 @@ sub run {

				if (    $arr
					and $entry->{real_arr_ts}
					and $now->epoch - $entry->{real_arr_ts} > 600 )
					and $now->epoch - $entry->{real_arr_ts} > 900 )
				{
					$self->app->checkout_p(
						station => $arr,
@@ -524,7 +524,7 @@ sub run {

				if (    $arr
					and $entry->{real_arr_ts}
					and $now->epoch - $entry->{real_arr_ts} > 600 )
					and $now->epoch - $entry->{real_arr_ts} > 900 )
				{
					$self->app->checkout_p(
						station => $arr,