Yarik
/
artbox-ecommerce
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
df08a6f485b38d911f156b81d7af3a9245fe9fc2
Authored by
Administrator
2016-11-17 13:02:36 +0200
1 parent
81796c8b
full commit
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
models/Category.php
Inline
Side-by-side
models/Category.php
Wrap text
Show/Hide comments
View file @
df08a6f
...
...
@@ -288,6 +288,7 @@
288
288
$query3 = ( new Query() )->select(
289
289
[
290
290
'tax_option.*',
291
+ 'tax_option.id as tax_option_id',
291
292
'tax_option_lang.alias as option_alias',
292
293
'tax_group_lang.alias as group_alias',
293
294
'tax_option_lang.value as value',
...
...