Browse Source

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

prodstable
Guillaume 4 years ago
parent
commit
8ac71a408a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      producer/controllers/SiteController.php

+ 1
- 0
producer/controllers/SiteController.php View File

'query' => PointSale::find() 'query' => PointSale::find()
->where([ ->where([
'id_producer' => $this->getProducer()->id, 'id_producer' => $this->getProducer()->id,
'restricted_access' => 0
]), ]),
'pagination' => [ 'pagination' => [
'pageSize' => 50, 'pageSize' => 50,

Loading…
Cancel
Save