Fix typo in JO status. #383
This commit is contained in:
parent
a0c4c2f136
commit
da151245c9
1 changed files with 1 additions and 1 deletions
|
|
@ -1021,7 +1021,7 @@ class APIController extends Controller implements LoggedController
|
||||||
if (!empty($nearest_hub))
|
if (!empty($nearest_hub))
|
||||||
{
|
{
|
||||||
$jo->setHub($nearest_hub);
|
$jo->setHub($nearest_hub);
|
||||||
$jo->setStatus(JOStatus::RIDER_ASSIGN);
|
$jo->setStatus(JOStatus::RIDER_ASSIGNED);
|
||||||
}
|
}
|
||||||
|
|
||||||
$em->persist($jo);
|
$em->persist($jo);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue