Resolve "Resq - get only compatible batteries after customer vehicle is selected" #1351

Merged
korina.cordero merged 25 commits from 461-resq-get-only-compatible-batteries-after-customer-vehicle-is-selected into 465-resq-august-13-release 2020-08-10 06:35:14 +00:00
2 changed files with 10 additions and 0 deletions
Showing only changes of commit ed0eefc1d8 - Show all commits

View file

@ -183,6 +183,12 @@ class ResqJobOrderHandler implements JobOrderHandlerInterface
else
$row['assignor'] = $orow->getAssignedBy()->getFullName();
$hub_facilitated = $orow->getFacilitatedBy();
if ($hub_facilitated == null)
$row['hub_facilitated'] = '';
else
$row['hub_facilitated'] = $orow->getFacilitatedBy()->getName();
$rows[] = $row;
}

View file

@ -116,6 +116,10 @@
field: 'delivery_address',
title: 'Customer Area'
},
{
field: 'hub_facilitated',
title: 'Battery Facilitated By'
},
{
field: 'type',
title: 'Schedule'