5 lines
83 B
PHP
5 lines
83 B
PHP
<?php
|
|
use_helper('stPrice');
|
|
echo stPrice::round($add_price->getPriceBrutto());
|
|
?>
|