feat: include invoice and payment

This commit is contained in:
Methapon2001 2024-11-29 10:15:29 +07:00
parent fff5816988
commit 01a647f6b9

View file

@ -123,6 +123,11 @@ export class RequestDataController extends Controller {
quotation: {
include: {
customerBranch: { include: { customer: true } },
invoice: {
include: {
payment: true,
},
},
createdBy: true,
},
},