feat: include invoice and payment data in quotation res
This commit is contained in:
parent
7908d2dab5
commit
2dce148458
1 changed files with 3 additions and 0 deletions
|
|
@ -228,6 +228,9 @@ export class QuotationController extends Controller {
|
|||
},
|
||||
},
|
||||
},
|
||||
invoice: {
|
||||
include: { payment: true },
|
||||
},
|
||||
paySplit: true,
|
||||
createdBy: true,
|
||||
updatedBy: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue