diff --git a/src/app/frontend/views/partial/item_group.php b/src/app/frontend/views/partial/item_group.php index 038a601..441a481 100644 --- a/src/app/frontend/views/partial/item_group.php +++ b/src/app/frontend/views/partial/item_group.php @@ -33,7 +33,7 @@
_("price_from") ?> - + 0 && $discount <= 100) { echo ''.$i['price'].' грн
'; echo ''.round($i['price']*(1-$discount/100), 1).' грн'; -- libgit2 0.21.4