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