From 8c9539535e86337634c1e3d56b732c4568eb465d Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Mon, 15 Aug 2016 18:13:28 +0300 Subject: [PATCH] 20.07.16 --- common/modules/product/models/Category.php | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/common/modules/product/models/Category.php b/common/modules/product/models/Category.php index 195d093..c3dc4de 100755 --- a/common/modules/product/models/Category.php +++ b/common/modules/product/models/Category.php @@ -264,8 +264,6 @@ class Category extends \yii\db\ActiveRecord 'tax_option.alias as option_alias', 'tax_group.alias as group_alias', 'tax_value_string.value as value', - 'tax_option.sort AS tax_option_sort', - 'tax_group.sort AS tax_group_sort', ]) ->from(['tax_option' ]) ->where(['tax_option.tax_option_id'=>$query1->union($query2)]) -- libgit2 0.21.4