소스 검색

[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…
취소
저장