This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
Souke
Watch
5
Star
0
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[producer] Correctif
prodstable
Guillaume
3 years ago
parent
a9a856c901
commit
1694d6dcb3
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