Resolve "Fuel changes" #1633

Merged
korina.cordero merged 1 commit from 705-fuel-changes into master 2022-09-21 13:23:34 +00:00
Showing only changes of commit 2bbb83c43e - Show all commits

View file

@ -35,8 +35,8 @@ class ResqInvoiceGenerator implements InvoiceGeneratorInterface
const WARRANTY_FEE = 0;
const OTHER_SERVICES_FEE = 200;
const COOLANT_FEE = 1600;
const REFUEL_FEE_GAS = 340; // for 4 liters
const REFUEL_FEE_DIESEL = 360; // for 4 liters
const REFUEL_FEE_GAS = 320; // for 4 liters
const REFUEL_FEE_DIESEL = 340; // for 4 liters
private $security;
protected $em;