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:
commit
7b01e7bc0d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = 380;
|
const REFUEL_FEE_GAS = 380;
|
||||||
const REFUEL_FEE_DIESEL = 360;
|
const REFUEL_FEE_DIESEL = 400;
|
||||||
|
|
||||||
private $security;
|
private $security;
|
||||||
protected $em;
|
protected $em;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue