Modify hardcoded refuel charges. #663
This commit is contained in:
parent
4c67d59b22
commit
19d12d9264
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class ResqInvoiceGenerator implements InvoiceGeneratorInterface
|
|||
const OTHER_SERVICES_FEE = 200;
|
||||
const COOLANT_FEE = 1600;
|
||||
const REFUEL_FEE_GAS = 320;
|
||||
const REFUEL_FEE_DIESEL = 280;
|
||||
const REFUEL_FEE_DIESEL = 340;
|
||||
|
||||
private $security;
|
||||
protected $em;
|
||||
|
|
|
|||
Loading…
Reference in a new issue