Commit b5e115e76082dfd7cf06ba2c00f360b9730b57b8

Authored by Alex Savenko
2 parents 6b2fc3db 2f19c256

Merge branch 'discount' of gitlab.artweb.com.ua:Alex/semena

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/app/frontend/views/partial/item_group.php
... ... @@ -47,7 +47,6 @@
47 47 echo '<span>'.$i['price'].'</span> грн';
48 48 }
49 49 ?>
50   - <span><?= $i['price']; ?></span> грн
51 50 </div>
52 51 <div class="one_item_buttons">
53 52 <a href="<?= $this->seoUrl->setUrl($i['alias']) ?>" title="" class="btn grey"><?= $t->_("details") ?></a>
... ...