Commit 8c9539535e86337634c1e3d56b732c4568eb465d

Authored by Administrator
1 parent 0d3c7b1d

20.07.16

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
common/modules/product/models/Category.php
... ... @@ -264,8 +264,6 @@ class Category extends \yii\db\ActiveRecord
264 264 'tax_option.alias as option_alias',
265 265 'tax_group.alias as group_alias',
266 266 'tax_value_string.value as value',
267   - 'tax_option.sort AS tax_option_sort',
268   - 'tax_group.sort AS tax_group_sort',
269 267 ])
270 268 ->from(['tax_option' ])
271 269 ->where(['tax_option.tax_option_id'=>$query1->union($query2)])
... ...