Merge branch '670-refuel-service-charge-increase' into 'master'
Resolve "Refuel service charge increase" Closes #670 See merge request jankstudio/resq!784
This commit is contained in:
commit
3b23c7b913
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = 320;
|
||||
const REFUEL_FEE_DIESEL = 340;
|
||||
const REFUEL_FEE_GAS = 380;
|
||||
const REFUEL_FEE_DIESEL = 360;
|
||||
|
||||
private $security;
|
||||
protected $em;
|
||||
|
|
|
|||
Loading…
Reference in a new issue