Merge branch '133-fix-alerts-for-ios-app-from-rider-app-initiated-events' into 'master'
Resolve "Fix alerts for ios app from rider app initiated events" Closes #133 See merge request jankstudio/resq!126
This commit is contained in:
commit
fec66d3725
1 changed files with 1 additions and 1 deletions
|
|
@ -1060,7 +1060,7 @@ class APIController extends Controller
|
|||
// check if we have an ongoing job order
|
||||
$ongoing_jos = $em->getRepository(JobOrder::class)->findBy([
|
||||
'customer' => $cust,
|
||||
'status' => [JOStatus::PENDING, JOStatus::RIDER_ASSIGN, JOStatus::ASSIGNED, JOStatus::IN_PROGRESS],
|
||||
'status' => [JOStatus::PENDING, JOStatus::RIDER_ASSIGN, JOStatus::IN_TRANSIT, JOStatus::ASSIGNED, JOStatus::IN_PROGRESS],
|
||||
]);
|
||||
if (count($ongoing_jos) <= 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue