Resolve "Resq - bug fixes for advance order" #1238

Merged
korina.cordero merged 6 commits from 383-resq-bug-fixes-for-advance-order into master 2020-04-21 08:38:14 +00:00
Showing only changes of commit da151245c9 - Show all commits

View file

@ -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);