Commit df08a6f485b38d911f156b81d7af3a9245fe9fc2
1 parent
81796c8b
full commit
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
models/Category.php
@@ -288,6 +288,7 @@ | @@ -288,6 +288,7 @@ | ||
288 | $query3 = ( new Query() )->select( | 288 | $query3 = ( new Query() )->select( |
289 | [ | 289 | [ |
290 | 'tax_option.*', | 290 | 'tax_option.*', |
291 | + 'tax_option.id as tax_option_id', | ||
291 | 'tax_option_lang.alias as option_alias', | 292 | 'tax_option_lang.alias as option_alias', |
292 | 'tax_group_lang.alias as group_alias', | 293 | 'tax_group_lang.alias as group_alias', |
293 | 'tax_option_lang.value as value', | 294 | 'tax_option_lang.value as value', |