Add date_schedule to JO info generation #730
This commit is contained in:
parent
fed0b655f5
commit
4182e44607
1 changed files with 1 additions and 0 deletions
|
|
@ -1302,6 +1302,7 @@ class JobOrderController extends ApiController
|
|||
$jo_data = [
|
||||
'id' => $jo->getID(),
|
||||
'date_create' => $jo->getDateCreate()->format('M d, Y'),
|
||||
'date_schedule' => $jo->getDateSchedule()->format('M d, Y H:i'),
|
||||
'service_type' => $jo->getServiceType(),
|
||||
'destination' => [
|
||||
'long' => $dest->getLongitude(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue