diff --git a/src/app/organization/organization.component.html b/src/app/organization/organization.component.html index 8af65dcbfd..1299e8960e 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..a7a796d502 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 = false; /* Reference of manage offices */ @ViewChild('office') office: ElementRef; /* Template for popover on manage offices */