Fix issues found during testing. #782
This commit is contained in:
parent
bc6364ace5
commit
57fd7fe5ac
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ class Fuel implements InvoiceRuleInterface
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function getPriceTierItemPrice($pt_id)
|
protected function getPriceTierItemPrice($pt_id, CustomerVehicle $cv)
|
||||||
{
|
{
|
||||||
// price_tier is default
|
// price_tier is default
|
||||||
if ($pt_id == 0)
|
if ($pt_id == 0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue