* SPDX-License-Identifier: AGPL-3.0-only ************************************/ $InventoryUtils = InventoryUtils::getInstance(); $tax_details = $InventoryUtils->getTaxDetailsForProduct($focus->id); for($i=0;$igetProductTaxPercentage($tax_details[$i]['taxname'],$focus->id); // crmv@42024 } $smarty->assign("TAX_DETAILS", $tax_details); $price_details = $InventoryUtils->getPriceDetailsForProduct($focus->id, $focus->unit_price, 'available_associated',$currentModule); $smarty->assign("PRICE_DETAILS", $price_details); ?>