Resolve "Resq - bug fixes for advance order" #1238
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