Change fuel prices. #711
This commit is contained in:
parent
9130d41a96
commit
1c3032b9e7
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; // for 4 liters
|
||||
const REFUEL_FEE_DIESEL = 340; // for 4 liters
|
||||
const REFUEL_FEE_GAS = 300; // for 4 liters
|
||||
const REFUEL_FEE_DIESEL = 320; // for 4 liters
|
||||
|
||||
private $security;
|
||||
protected $em;
|
||||
|
|
|
|||
Loading…
Reference in a new issue