Explorar el Código

[producer] Correctif

prodstable
Guillaume hace 3 años
padre
commit
1694d6dcb3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      producer/controllers/SiteController.php

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

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


Cargando…
Cancelar
Guardar