Browse Source

[producer] Correctif

prodstable
Guillaume 3 years ago
parent
commit
1694d6dcb3
1 changed files with 1 additions and 0 deletions
  1. +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') ;


Loading…
Cancel
Save