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

@@ -103,7 +103,8 @@ class SiteController extends ProducerBaseController
'restricted_access' => 0,
'status' => 1
])->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' => [
'pageSize' => 50,

Loading…
Cancel
Save