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: {
|
quotation: {
|
||||||
include: {
|
include: {
|
||||||
customerBranch: { include: { customer: true } },
|
customerBranch: { include: { customer: true } },
|
||||||
|
debitNoteQuotation: {
|
||||||
|
select: { code: true },
|
||||||
|
},
|
||||||
invoice: {
|
invoice: {
|
||||||
include: {
|
include: {
|
||||||
installments: true,
|
installments: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue