From 8dc18d744d05c1106c41d817ab6e14f451096c5f Mon Sep 17 00:00:00 2001 From: kittapath Date: Fri, 15 Nov 2024 14:54:58 +0700 Subject: [PATCH] no message --- src/controllers/OrganizationDotnetController.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/controllers/OrganizationDotnetController.ts b/src/controllers/OrganizationDotnetController.ts index b6308228..23e6a870 100644 --- a/src/controllers/OrganizationDotnetController.ts +++ b/src/controllers/OrganizationDotnetController.ts @@ -633,6 +633,7 @@ export class OrganizationDotnetController extends Controller { currentZipCode: profile.currentZipCode, dutyTimeId: profile.dutyTimeId, dutyTimeEffectiveDate: profile.dutyTimeEffectiveDate, + amountd: profile.amount, root: profile?.current_holders?.find( (x) => @@ -716,6 +717,7 @@ export class OrganizationDotnetController extends Controller { currentZipCode: profile.currentZipCode, dutyTimeId: profile.dutyTimeId, dutyTimeEffectiveDate: profile.dutyTimeEffectiveDate, + amountd: profile.amount, root: profile?.current_holders?.find( (x) =>