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

5 lines
86 B
PHP

<?php
use_helper('stPrice');
echo stPrice::round($add_price->getOldPriceBrutto());
?>