diff --git a/src/controllers/05-quotation-controller.ts b/src/controllers/05-quotation-controller.ts index 51eab26..8e136ba 100644 --- a/src/controllers/05-quotation-controller.ts +++ b/src/controllers/05-quotation-controller.ts @@ -226,7 +226,13 @@ export class QuotationController extends Controller { registeredBranch: true, customerBranch: true, worker: { - include: { employee: true }, + include: { + employee: { + include: { + employeePassport: true, + }, + }, + }, }, productServiceList: { include: {