Fix typo for advance order #403
This commit is contained in:
parent
47333acaef
commit
921a7180c8
1 changed files with 1 additions and 1 deletions
|
|
@ -3063,7 +3063,7 @@ class APIController extends Controller implements LoggedController
|
|||
$hub_rider_slots = [];
|
||||
|
||||
// check each JO's date_schedule, decrement rider_slots if date schedule falls in that slot
|
||||
foreach ($jos_advance_order as $jo)
|
||||
foreach ($jos_advance_orders as $jo)
|
||||
{
|
||||
// get date key
|
||||
$date_sched = $jo->getDateSchedule();
|
||||
|
|
|
|||
Loading…
Reference in a new issue