Merge branch '702-modify-fuel-prices' into 'master'

Resolve "Modify fuel prices"

Closes #702

See merge request jankstudio/resq!819
This commit is contained in:
Kendrick Chan 2022-08-30 04:50:49 +00:00
commit 5352f16b83

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 = 320; // for 4 liters const REFUEL_FEE_GAS = 340; // for 4 liters
const REFUEL_FEE_DIESEL = 340; // for 4 liters const REFUEL_FEE_DIESEL = 360; // for 4 liters
private $security; private $security;
protected $em; protected $em;