Resolve "Regional pricing" #1703

Merged
korina.cordero merged 36 commits from 780-regional-pricing into master 2024-04-23 13:11:52 +00:00
Showing only changes of commit 57fd7fe5ac - Show all commits

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)