Add debug info for refuel #135
This commit is contained in:
parent
8b5141385c
commit
3bfc8c5c5b
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