From 4062c669376c367860a9bfd243647b0cf88b8aad Mon Sep 17 00:00:00 2001 From: Yash Sancheti <32770175+Onyx2406@users.noreply.github.com> Date: Sun, 10 Sep 2023 17:17:40 +0530 Subject: [PATCH] Add boolean shouldShowFundMapping Updated organization.component.html --- .../organization/organization.component.html | 22 +++++++++---------- .../organization/organization.component.ts | 1 + 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/src/app/organization/organization.component.html b/src/app/organization/organization.component.html index 8af65dcbfd..e77cb591fc 100644 --- a/src/app/organization/organization.component.html +++ b/src/app/organization/organization.component.html @@ -49,7 +49,7 @@

Standing Instructions History

-
+
@@ -100,6 +100,16 @@

Password Preferences

Define standards for enforcing the usage of stronger passwords

+ +
+ + + + +

Bulk Import

+

Bulk data import using excel spreadsheet templates for clients, offices, etc.

+
+
@@ -187,16 +197,6 @@

AdHocQuery

Define AdHocQuery for Organization

- -
- - - - -

Bulk Import

-

Bulk data import using excel spreadsheet templates for clients, offices, etc.

-
-
diff --git a/src/app/organization/organization.component.ts b/src/app/organization/organization.component.ts index 7d630d6a7f..2ec0623b47 100644 --- a/src/app/organization/organization.component.ts +++ b/src/app/organization/organization.component.ts @@ -16,6 +16,7 @@ import { ConfigurationWizardService } from '../configuration-wizard/configuratio }) export class OrganizationComponent implements OnInit, AfterViewInit { + shouldShowFundMapping: boolean = true; /* Reference of manage offices */ @ViewChild('office') office: ElementRef; /* Template for popover on manage offices */