瀏覽代碼

[Backend] Point de vente > Index : ordre

refactoring
Guillaume 2 年之前
父節點
當前提交
550730bf2d
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      common/models/PointSaleSearch.php

+ 1
- 0
common/models/PointSaleSearch.php 查看文件

@@ -70,6 +70,7 @@ class PointSaleSearch extends PointSale
->with($optionsSearch['with'])
->innerJoinWith($optionsSearch['join_with'], true)
->where(['point_sale.id_producer' => GlobalParam::getCurrentProducerId()])
->orderBy('is_bread_box ASC, name ASC')
;
$dataProvider = new ActiveDataProvider([

Loading…
取消
儲存