Modify fuel prices. #724

This commit is contained in:
Korina Cordero 2022-12-19 03:28:30 +00:00
parent 31b246fca0
commit 79caebf1f9

View file

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