Преглед на файлове

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

refactoring
Guillaume преди 2 години
родител
ревизия
69d6802776
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      common/models/Document.php

+ 1
- 1
common/models/Document.php Целия файл

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



Loading…
Отказ
Запис