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

5 lines
82 B
PHP

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