Kaynağa Gözat

Merge branch 'dev'

prodstable
Guillaume 2 yıl önce
ebeveyn
işleme
d2d3968c94
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      common/models/PointSaleSearch.php

+ 1
- 0
common/models/PointSaleSearch.php Dosyayı Görüntüle

@@ -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([

Yükleniyor…
İptal
Kaydet