Bläddra i källkod

[Backend] Point de vente > Index : ordre

refactoring
Guillaume 2 år sedan
förälder
incheckning
550730bf2d
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. +1
    -0
      common/models/PointSaleSearch.php

+ 1
- 0
common/models/PointSaleSearch.php Visa fil

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

Laddar…
Avbryt
Spara