Commit f72e1ce5ed8769cd7f8139471297a797d3c75dd5

Authored by Alex Savenko
1 parent f78a806c

fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/frontend/views/page/search.php
... ... @@ -58,7 +58,7 @@
58 58 <?php if( !empty( $groups ) ): ?>
59 59 <div class="items clearfix">
60 60 <?php foreach( $groups as $k => $i ):
61   - $this->partial('partial/item_group', ['k' => $k, 'i' => $i, 'limit' => 3]);
  61 + $this->partial('partial/item_group', ['k' => $k, 'i' => $i, 'limit' => 3, 'discount' => $discount]);
62 62 endforeach; ?>
63 63 </div>
64 64 <?php endif; ?>
... ...