Explorar el Código

Merge branch 'master' into dev

refactoring
Guillaume hace 3 años
padre
commit
958a262ae3
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