Merge branch '135-fix-fuel-pricing' into 'master'

Resolve "Fix fuel pricing"

Closes #135

See merge request jankstudio/resq!122
This commit is contained in:
Kendrick Chan 2018-06-04 00:00:41 +00:00
commit e70bd8c39f

View file

@ -358,6 +358,7 @@ class InvoiceCreator
$this->processOtherServices($total, $invoice, $stype);
break;
case ServiceType::EMERGENCY_REFUEL:
error_log('processing refuel');
$ftype = $criteria->getCustomerVehicle()->getFuelType();
$this->processRefuel($total, $invoice, $ftype);
break;