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);
|
$this->processOtherServices($total, $invoice, $stype);
|
||||||
break;
|
break;
|
||||||
case ServiceType::EMERGENCY_REFUEL:
|
case ServiceType::EMERGENCY_REFUEL:
|
||||||
|
error_log('processing refuel');
|
||||||
$ftype = $criteria->getCustomerVehicle()->getFuelType();
|
$ftype = $criteria->getCustomerVehicle()->getFuelType();
|
||||||
$this->processRefuel($total, $invoice, $ftype);
|
$this->processRefuel($total, $invoice, $ftype);
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue