Commit 5715e3ded430c3a8ff591588221f0d1ddf3d7249
1 parent
93015018
full commit
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
models/Category.php
... | ... | @@ -291,6 +291,7 @@ |
291 | 291 | 'tax_option.id as tax_option_id', |
292 | 292 | 'tax_option_lang.alias as option_alias', |
293 | 293 | 'tax_group_lang.alias as group_alias', |
294 | + 'tax_group_lang.title as title', | |
294 | 295 | 'tax_option_lang.value as value', |
295 | 296 | 'tax_option.sort AS tax_option_sort', |
296 | 297 | 'tax_group.sort AS tax_group_sort', | ... | ... |