Updated fuel prices. #748
This commit is contained in:
parent
f26d6284f3
commit
97917cf49b
1 changed files with 2 additions and 2 deletions
|
|
@ -98,12 +98,12 @@ class Fuel implements InvoiceRuleInterface
|
|||
if ($fuel_type == FuelType::GAS)
|
||||
{
|
||||
// gas fuel fee
|
||||
return 320;
|
||||
return 340;
|
||||
}
|
||||
else
|
||||
{
|
||||
// diesel fuel fee
|
||||
return 340;
|
||||
return 300;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue