diff --git a/src/app/frontend/views/partial/item_group.php b/src/app/frontend/views/partial/item_group.php
index 3653779..65d0d0e 100644
--- a/src/app/frontend/views/partial/item_group.php
+++ b/src/app/frontend/views/partial/item_group.php
@@ -35,7 +35,7 @@
= $t->_("price_from") ?>
0) {
echo ''.$i['price'].' грн
';
- echo ''.($i['price']*(1-$discount/100)).' грн';
+ echo ''.round($i['price']*(1-$discount/100), 1).' грн';
}
else {
echo ''.$i['price'].' грн';
--
libgit2 0.21.4