Explorar el Código

[Backend] Documents : ordonner les commandes par ordre chronologique #161

refactoring
Guillaume hace 2 años
padre
commit
69d6802776
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      common/models/Document.php

+ 1
- 1
common/models/Document.php Ver fichero

@@ -99,7 +99,7 @@ class Document extends ActiveRecordCommon
return $this->hasMany(Order::className(), [$fieldIdDocument => 'id'])
->with($defaultOptionsSearch['with'])
->joinWith($defaultOptionsSearch['join_with'])
->orderBy('user.lastname ASC, user.name ASC, comment_point_sale ASC');
->orderBy('distribution.date ASC');
}



Cargando…
Cancelar
Guardar