feat: order installments by no
This commit is contained in:
parent
2dce148458
commit
186da30d44
1 changed files with 3 additions and 1 deletions
|
|
@ -231,7 +231,9 @@ export class QuotationController extends Controller {
|
|||
invoice: {
|
||||
include: { payment: true },
|
||||
},
|
||||
paySplit: true,
|
||||
paySplit: {
|
||||
orderBy: { no: "asc" },
|
||||
},
|
||||
createdBy: true,
|
||||
updatedBy: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue