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
4fd195f49be698f81681bdf41359cc0984d15bf6
Authored by
Administrator
2016-12-02 13:31:25 +0200
1 parent
ed71c5a6
add variantSku
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
models/ProductFrontendSearch.php
Inline
Side-by-side
models/ProductFrontendSearch.php
Wrap text
Show/Hide comments
View file @
4fd195f
...
...
@@ -129,7 +129,6 @@
129
129
$query = Product::find()
130
130
->joinWith(
131
131
[
132
- 'category',
133
132
'category.lang',
134
133
]
135
134
);
...
...