From 23e06da6a993ee5f26d541e3de4dd4c0668a6cc4 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 21 Dec 2016 19:51:36 +0200 Subject: [PATCH] price display --- src/app/frontend/views/page/subtype.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/frontend/views/page/subtype.php b/src/app/frontend/views/page/subtype.php index a0ca61d..efcfcbc 100644 --- a/src/app/frontend/views/page/subtype.php +++ b/src/app/frontend/views/page/subtype.php @@ -197,7 +197,7 @@ $minPrice = 0; ?> $i): ?> - partial('partial/item_group', ['k' => $k, 'i' => $i, 'limit' => 3, 'discount' => $this->discount]) ?> + partial('partial/item_group', ['k' => $k, 'i' => $i, 'limit' => 3, 'discount' => $discount]) ?> $maxPrice) { $maxPrice = $i['price']; -- libgit2 0.21.4