diff --git a/src/controllers/05-quotation-controller.ts b/src/controllers/05-quotation-controller.ts index 822177d..c45a8bc 100644 --- a/src/controllers/05-quotation-controller.ts +++ b/src/controllers/05-quotation-controller.ts @@ -202,7 +202,13 @@ export class QuotationController extends Controller { _count: { select: { worker: true }, }, - customerBranch: true, + customerBranch: { + include: { + customer: { + include: { registeredBranch: true }, + }, + }, + }, paySplit: true, }, take: pageSize,