Merge branch '663-update-refuel-charges' into 'master'

Resolve "Update refuel charges"

Closes #663

See merge request jankstudio/resq!777
This commit is contained in:
Kendrick Chan 2022-05-02 06:56:56 +00:00
commit 413d963348

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