Ver código fonte

[producer] Correctif

prodstable
Guillaume 3 anos atrás
pai
commit
1694d6dcb3
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      producer/controllers/SiteController.php

+ 1
- 0
producer/controllers/SiteController.php Ver arquivo

@@ -127,6 +127,7 @@ class SiteController extends ProducerBaseController
->andWhere([
'id_producer' => $this->getProducer()->id,
'active' => true,
'id_product_category' => null,
])
->orderBy('order ASC') ;


Carregando…
Cancelar
Salvar