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