Change diesel fuel fee. #687

This commit is contained in:
Korina Cordero 2022-06-20 06:56:48 +00:00
parent 54f065d30f
commit fb766eb99f

View file

@ -36,7 +36,7 @@ class ResqInvoiceGenerator implements InvoiceGeneratorInterface
const OTHER_SERVICES_FEE = 200; const OTHER_SERVICES_FEE = 200;
const COOLANT_FEE = 1600; const COOLANT_FEE = 1600;
const REFUEL_FEE_GAS = 380; const REFUEL_FEE_GAS = 380;
const REFUEL_FEE_DIESEL = 360; const REFUEL_FEE_DIESEL = 400;
private $security; private $security;
protected $em; protected $em;