Explorar el Código

Merge branch 'dev'

prodstable
Guillaume hace 2 años
padre
commit
d2d3968c94
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      common/models/PointSaleSearch.php

+ 1
- 0
common/models/PointSaleSearch.php Ver fichero

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

Cargando…
Cancelar
Guardar