Selaa lähdekoodia

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

refactoring
Guillaume 4 vuotta sitten
vanhempi
commit
8ac71a408a
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      producer/controllers/SiteController.php

+ 1
- 0
producer/controllers/SiteController.php Näytä tiedosto

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

Loading…
Peruuta
Tallenna