Parcourir la source

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

prodstable
Guillaume il y a 4 ans
Parent
révision
8ac71a408a
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      producer/controllers/SiteController.php

+ 1
- 0
producer/controllers/SiteController.php Voir le fichier

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

Chargement…
Annuler
Enregistrer