diff --git a/src/controllers/OrganizationController.ts b/src/controllers/OrganizationController.ts index 2402545b..fd3020e4 100644 --- a/src/controllers/OrganizationController.ts +++ b/src/controllers/OrganizationController.ts @@ -6395,6 +6395,7 @@ export class OrganizationController extends Controller { ) .select([ "orgRoot.id", + "orgRoot.ancestorDNA", "orgRoot.orgRootName", "orgRoot.orgRootShortName", "orgRoot.orgRootCode", @@ -6427,6 +6428,7 @@ export class OrganizationController extends Controller { ) .select([ "orgChild1.id", + "orgChild1.ancestorDNA", "orgChild1.orgChild1Name", "orgChild1.orgChild1ShortName", "orgChild1.orgChild1Code", @@ -6461,6 +6463,7 @@ export class OrganizationController extends Controller { ) .select([ "orgChild2.id", + "orgChild2.ancestorDNA", "orgChild2.orgChild2Name", "orgChild2.orgChild2ShortName", "orgChild2.orgChild2Code", @@ -6496,6 +6499,7 @@ export class OrganizationController extends Controller { ) .select([ "orgChild3.id", + "orgChild3.ancestorDNA", "orgChild3.orgChild3Name", "orgChild3.orgChild3ShortName", "orgChild3.orgChild3Code", @@ -6531,6 +6535,7 @@ export class OrganizationController extends Controller { ) .select([ "orgChild4.id", + "orgChild4.ancestorDNA", "orgChild4.orgChild4Name", "orgChild4.orgChild4ShortName", "orgChild4.orgChild4Code",