Fix issues found during testing. #782

This commit is contained in:
Korina Cordero 2024-01-25 02:23:47 -05:00
parent bc6364ace5
commit 57fd7fe5ac

View file

@ -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)