feat: include quotation for debit note
This commit is contained in:
parent
9a4c97c109
commit
c4d45a137d
1 changed files with 3 additions and 0 deletions
|
|
@ -206,6 +206,9 @@ export class RequestDataController extends Controller {
|
|||
quotation: {
|
||||
include: {
|
||||
customerBranch: { include: { customer: true } },
|
||||
debitNoteQuotation: {
|
||||
select: { code: true },
|
||||
},
|
||||
invoice: {
|
||||
include: {
|
||||
installments: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue