Alex Savenko
/
semena
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
25072c8769f1ff64234e617e1381bc08bed61de3
Authored by
Alex Savenko
2016-12-29 18:35:01 +0200
1 parent
baf1d1d1
common
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/frontend/views/page/item.php
Inline
Side-by-side
src/app/frontend/views/page/item.php
Wrap text
Show/Hide comments
View file @
25072c8
...
...
@@ -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)) {
...
...