Resolve "Update fuel prices" #1570

Merged
korina.cordero merged 1 commit from 647-update-fuel-prices into master 2022-03-09 08:57:14 +00:00

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