diff --git a/src/controllers/05-quotation-controller.ts b/src/controllers/05-quotation-controller.ts index f27db62..5d4ba70 100644 --- a/src/controllers/05-quotation-controller.ts +++ b/src/controllers/05-quotation-controller.ts @@ -208,6 +208,8 @@ export class QuotationController extends Controller { }, }, paySplit: true, + createdBy: true, + updatedBy: true, }, take: pageSize, skip: (page - 1) * pageSize, @@ -255,6 +257,8 @@ export class QuotationController extends Controller { }, }, paySplit: true, + createdBy: true, + updatedBy: true, }, where: { id: quotationId }, });