Merge branch 'develop'
This commit is contained in:
commit
96bdb86c73
1 changed files with 1 additions and 1 deletions
|
|
@ -370,7 +370,7 @@ export class BranchController extends Controller {
|
|||
bank: true,
|
||||
contact: includeContact,
|
||||
},
|
||||
orderBy: { code: "asc" },
|
||||
orderBy: [{ statusOrder: "asc" }, { code: "asc" }],
|
||||
},
|
||||
bank: true,
|
||||
contact: includeContact,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue