diff --git a/src/app/frontend/views/page/subtype.php b/src/app/frontend/views/page/subtype.php index efcfcbc..a0ca61d 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' => $discount]) ?> + partial('partial/item_group', ['k' => $k, 'i' => $i, 'limit' => 3, 'discount' => $this->discount]) ?> $maxPrice) { $maxPrice = $i['price']; -- libgit2 0.21.4