This website works better with JavaScript.
Home
Explore
Help
Sign In
BenoitCier
/
Opendistrib
forked from
Laclic/Souke
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[producer] Accueil : ne pas afficher les points de vente qui sont en accès restreint
dev
Guillaume
4 years ago
parent
93d4b33a07
commit
8ac71a408a
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
producer/controllers/SiteController.php
+ 1
- 0
producer/controllers/SiteController.php
View File
@@ -94,6 +94,7 @@ class SiteController extends ProducerBaseController
'query' => PointSale::find()
->where([
'id_producer' => $this->getProducer()->id,
'restricted_access' => 0
]),
'pagination' => [
'pageSize' => 50,
Write
Preview
Loading…
Cancel
Save