diff --git a/src/controllers/05-quotation-controller.ts b/src/controllers/05-quotation-controller.ts index 9af1573..2b41111 100644 --- a/src/controllers/05-quotation-controller.ts +++ b/src/controllers/05-quotation-controller.ts @@ -224,7 +224,13 @@ export class QuotationController extends Controller { select: { worker: true }, }, registeredBranch: true, - customerBranch: true, + customerBranch: { + include: { + province: true, + district: true, + subDistrict: true, + }, + }, worker: { include: { employee: {