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:
commit
e70bd8c39f
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue