Merge branch '403-resq-refactor-setting-of-each-day-in-auto-assign-advance-order-jo' into 'master'
Fix typo for advance order #403 Closes #403 See merge request jankstudio/resq!457
This commit is contained in:
commit
71d9cf4f23
1 changed files with 1 additions and 1 deletions
|
|
@ -3063,7 +3063,7 @@ class APIController extends Controller implements LoggedController
|
||||||
$hub_rider_slots = [];
|
$hub_rider_slots = [];
|
||||||
|
|
||||||
// check each JO's date_schedule, decrement rider_slots if date schedule falls in that slot
|
// 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
|
// get date key
|
||||||
$date_sched = $jo->getDateSchedule();
|
$date_sched = $jo->getDateSchedule();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue