Modify the fuel charges for gas and diesel. #633

This commit is contained in:
Korina Cordero 2021-10-22 10:19:37 +00:00
parent 1f067dd2ef
commit 50c67d7088

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 = 260;
const REFUEL_FEE_DIESEL = 220;
const REFUEL_FEE_GAS = 300;
const REFUEL_FEE_DIESEL = 260;
private $security;
protected $em;