Files
grzanieplus.pl/plugins/appAddPricePlugin/modules/appAddGroupPriceBackend/templates/_price_brutto.php
2025-03-12 17:06:23 +01:00

5 lines
89 B
PHP

<?php
use_helper('stPrice');
echo stPrice::round($add_group_price->getPriceBrutto());
?>