ソースを参照

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

refactoring
Guillaume 1年前
コミット
f1d681e884
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      producer/controllers/SiteController.php

+ 2
- 1
producer/controllers/SiteController.php ファイルの表示

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

読み込み中…
キャンセル
保存