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: {
|
invoice: {
|
||||||
include: { payment: true },
|
include: { payment: true },
|
||||||
},
|
},
|
||||||
paySplit: true,
|
paySplit: {
|
||||||
|
orderBy: { no: "asc" },
|
||||||
|
},
|
||||||
createdBy: true,
|
createdBy: true,
|
||||||
updatedBy: true,
|
updatedBy: true,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue