Przeglądaj źródła

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

refactoring
Guillaume 2 lat temu
rodzic
commit
69d6802776
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      common/models/Document.php

+ 1
- 1
common/models/Document.php Wyświetl plik

@@ -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');
}



Ładowanie…
Anuluj
Zapisz