Selaa lähdekoodia

[Backend] Point de vente > Index : ordre

prodstable
Guillaume 3 vuotta sitten
vanhempi
commit
550730bf2d
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      common/models/PointSaleSearch.php

+ 1
- 0
common/models/PointSaleSearch.php Näytä tiedosto

@@ -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…
Peruuta
Tallenna