Resolve "Invoice and JO modifications for regional pricing" #1705

Merged
korina.cordero merged 23 commits from 782-invoice-and-jo-modifications-for-regional-pricing into 780-regional-pricing 2024-02-08 06:21:40 +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)