Explorar el Código

[producer] Accueil : ne pas afficher les points de vente qui sont en accès restreint

prodstable
Guillaume hace 4 años
padre
commit
8ac71a408a
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

@@ -94,6 +94,7 @@ class SiteController extends ProducerBaseController
'query' => PointSale::find()
->where([
'id_producer' => $this->getProducer()->id,
'restricted_access' => 0
]),
'pagination' => [
'pageSize' => 50,

Cargando…
Cancelar
Guardar