Merge branch '399-app-advance-order-issues' into 'master'
Fix bug in hub_slots API #399 Closes #399 See merge request jankstudio/resq!455
This commit is contained in:
commit
dd7771b5ce
1 changed files with 0 additions and 3 deletions
|
|
@ -3006,9 +3006,6 @@ class APIController extends Controller implements LoggedController
|
||||||
$start_date->setTime(0, 1);
|
$start_date->setTime(0, 1);
|
||||||
$end_date->setTime(23, 59);
|
$end_date->setTime(23, 59);
|
||||||
|
|
||||||
$str_request_time = date('Y-m-d H:i:s', $request_time);
|
|
||||||
$time_of_request = DateTime::createFromFormat('Y-m-d H:i:s', $str_request_time);
|
|
||||||
|
|
||||||
// NOTE: get advance orders via query
|
// NOTE: get advance orders via query
|
||||||
// get JOs assigned to hub that are advance orders and scheduled for the next three days with
|
// get JOs assigned to hub that are advance orders and scheduled for the next three days with
|
||||||
// for hub assignment status
|
// for hub assignment status
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue