Browse Source

[producer] Correctif

master
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

->andWhere([ ->andWhere([
'id_producer' => $this->getProducer()->id, 'id_producer' => $this->getProducer()->id,
'active' => true, 'active' => true,
'id_product_category' => null,
]) ])
->orderBy('order ASC') ; ->orderBy('order ASC') ;



Loading…
Cancel
Save