Merge branch '687-change-fuel-charges' into 'master'

Resolve "Change fuel charges"

Closes #687

See merge request jankstudio/resq!801
This commit is contained in:
Kendrick Chan 2022-06-20 14:57:28 +00:00
commit 7b01e7bc0d

View file

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