Commit e19aa8430fc9bda0bb8362915da40ace7344fe1e
Merge branch 'discount' of gitlab.artweb.com.ua:Alex/semena
Showing
1 changed file
with
1 additions
and
1 deletions
 
Show diff stats
src/app/frontend/views/page/subtype.php
| ... | ... | @@ -197,7 +197,7 @@ | 
| 197 | 197 | $minPrice = 0; | 
| 198 | 198 | ?> | 
| 199 | 199 | <?php foreach ($groups as $k => $i): ?> | 
| 200 | - <?php $this->partial('partial/item_group', ['k' => $k, 'i' => $i, 'limit' => 3, 'discount' => $discount]) ?> | |
| 200 | + <?php $this->partial('partial/item_group', ['k' => $k, 'i' => $i, 'limit' => 3, 'discount' => $this->discount]) ?> | |
| 201 | 201 | <?php | 
| 202 | 202 | if ($i['price'] > $maxPrice) { | 
| 203 | 203 | $maxPrice = $i['price']; | ... | ... |