Browse Source

[Producer] Accueil : ordre des points de vente #887

refactoring
Guillaume 1 year ago
parent
commit
f1d681e884
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      producer/controllers/SiteController.php

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

'restricted_access' => 0, 'restricted_access' => 0,
'status' => 1 'status' => 1
])->orderBy( ])->orderBy(
'default DESC, is_bread_box ASC, name ASC'
'code ASC, restricted_access ASC, is_bread_box ASC, `default` DESC, name ASC'
//'default DESC, is_bread_box ASC, name ASC'
), ),
'pagination' => [ 'pagination' => [
'pageSize' => 50, 'pageSize' => 50,

Loading…
Cancel
Save