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 205 <?php
206 206 //vip
207 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 211 if (!empty($discount)) {
... ...