Explorar el Código

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

refactoring
Guillaume hace 1 año
padre
commit
f1d681e884
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      producer/controllers/SiteController.php

+ 2
- 1
producer/controllers/SiteController.php Ver fichero

@@ -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,

Cargando…
Cancelar
Guardar