Commit 25072c8769f1ff64234e617e1381bc08bed61de3

Authored by Alex Savenko
1 parent baf1d1d1

common

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/frontend/views/page/item.php
@@ -205,7 +205,7 @@ @@ -205,7 +205,7 @@
205 <?php 205 <?php
206 //vip 206 //vip
207 if (isset($users_group_id) && $users_group_id == 38) { 207 if (isset($users_group_id) && $users_group_id == 38) {
208 - $item['price2'] = round($item['price2']*0.95, 1); 208 + $item['price2'] = round($item['price2']*0.95, 2);
209 } 209 }
210 // скидка 210 // скидка
211 if (!empty($discount)) { 211 if (!empty($discount)) {