Set start time of advance job order to 2 PM. #382
This commit is contained in:
parent
b8dbe5eb07
commit
a55fe79fd6
1 changed files with 1 additions and 1 deletions
|
|
@ -992,7 +992,7 @@ class APIController extends Controller implements LoggedController
|
||||||
// check if advance order
|
// check if advance order
|
||||||
// check for time when request came in
|
// check for time when request came in
|
||||||
$request_time_in_int = time();
|
$request_time_in_int = time();
|
||||||
$start = '17:00';
|
$start = '14:00';
|
||||||
$end = '08:00';
|
$end = '08:00';
|
||||||
|
|
||||||
$start_time = strtotime($start);
|
$start_time = strtotime($start);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue