Alex Savenko
/
linija-svitla
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
bd3d4cdc18b6747dfe3be79d771332081d6047bb
Authored by
Yarik
2017-06-23 16:03:46 +0300
1 parent
50daccee
Sort asc
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
frontend/models/ProductFrontendSearch.php
Inline
Side-by-side
frontend/models/ProductFrontendSearch.php
Wrap text
Show/Hide comments
View file @
bd3d4cd
...
...
@@ -86,6 +86,7 @@
86
86
],
87
87
],
88
88
'defaultOrder' => [
89
+ 'brand.sort' => SORT_ASC,
89
90
'price' => SORT_ASC,
90
91
],
91
92
],
...
...