fix: missing relation
This commit is contained in:
parent
7f9112c866
commit
bfa95990a5
1 changed files with 2 additions and 0 deletions
|
|
@ -192,6 +192,7 @@ export class QuotationController extends Controller {
|
|||
service: true,
|
||||
},
|
||||
},
|
||||
paySplit: true,
|
||||
},
|
||||
}),
|
||||
prisma.quotation.count({ where }),
|
||||
|
|
@ -218,6 +219,7 @@ export class QuotationController extends Controller {
|
|||
service: true,
|
||||
},
|
||||
},
|
||||
paySplit: true,
|
||||
},
|
||||
where: { id: quotationId },
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue