feat: include invoice and payment
This commit is contained in:
parent
fff5816988
commit
01a647f6b9
1 changed files with 5 additions and 0 deletions
|
|
@ -123,6 +123,11 @@ export class RequestDataController extends Controller {
|
|||
quotation: {
|
||||
include: {
|
||||
customerBranch: { include: { customer: true } },
|
||||
invoice: {
|
||||
include: {
|
||||
payment: true,
|
||||
},
|
||||
},
|
||||
createdBy: true,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue