Sfoglia il codice sorgente

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

feature/souke
Guillaume 1 anno fa
parent
commit
c131f2b8ff
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      producer/controllers/SiteController.php

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

@@ -101,7 +101,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…
Annulla
Salva