diff --git a/src/controllers/07-task-controller.ts b/src/controllers/07-task-controller.ts index a52e4a9..62a6493 100644 --- a/src/controllers/07-task-controller.ts +++ b/src/controllers/07-task-controller.ts @@ -170,7 +170,15 @@ export class TaskController extends Controller { request: { include: { employee: true, - quotation: true, + quotation: { + include: { + customerBranch: { + include: { + customer: true, + }, + }, + }, + }, }, }, productService: {