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