diff --git a/src/controllers/05-quotation-controller.ts b/src/controllers/05-quotation-controller.ts index ecc7297..7f375b9 100644 --- a/src/controllers/05-quotation-controller.ts +++ b/src/controllers/05-quotation-controller.ts @@ -209,6 +209,7 @@ export class QuotationController extends Controller { _count: { select: { worker: true }, }, + customerBranch: true, worker: { include: { employee: true }, },