From b81e380f2b8cc1f40d9b04cc43a45dc5b6be2a96 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 20 Dec 2016 19:10:23 +0200 Subject: [PATCH] prices --- src/app/frontend/views/partial/item_group.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/frontend/views/partial/item_group.php b/src/app/frontend/views/partial/item_group.php index e838010..3653779 100644 --- a/src/app/frontend/views/partial/item_group.php +++ b/src/app/frontend/views/partial/item_group.php @@ -34,7 +34,7 @@
_("price_from") ?> 0) { - echo ''.$i['price'].' грн'; + echo ''.$i['price'].' грн
'; echo ''.($i['price']*(1-$discount/100)).' грн'; } else { -- libgit2 0.21.4