This website works better with JavaScript.
Home
Explore
Help
Sign In
BenoitCier
/
Opendistrib
forked from
Laclic/Souke
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'master' into dev
dev
Guillaume
3 years ago
parent
b61fe6285e
1694d6dcb3
commit
958a262ae3
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
producer/controllers/SiteController.php
+ 1
- 0
producer/controllers/SiteController.php
View File
@@ -127,6 +127,7 @@ class SiteController extends ProducerBaseController
->andWhere([
'id_producer' => $this->getProducer()->id,
'active' => true,
'id_product_category' => null,
])
->orderBy('order ASC') ;
Write
Preview
Loading…
Cancel
Save