From 406085134032a4514a1129633201e8a31280ee3b Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Mon, 7 Oct 2024 13:50:29 +0700 Subject: [PATCH] fix: missing relation --- src/controllers/05-quotation-controller.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/05-quotation-controller.ts b/src/controllers/05-quotation-controller.ts index 9ccd3e8..cd214ec 100644 --- a/src/controllers/05-quotation-controller.ts +++ b/src/controllers/05-quotation-controller.ts @@ -231,6 +231,7 @@ export class QuotationController extends Controller { product: true, work: true, service: true, + worker: true, }, }, paySplit: true,