From f08b3732b9aa3722471ad7ba65d80299df0e53d2 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 16 Mar 2021 13:01:31 -0400 Subject: [PATCH] more Ang fund WIP Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/staff/admin/acq/funds/funds.component.html | 2 +- Open-ILS/src/eg2/src/app/staff/admin/acq/funds/funds.module.ts | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/admin/acq/funds/funds.component.html b/Open-ILS/src/eg2/src/app/staff/admin/acq/funds/funds.component.html index edbfd7997a..c4f3f8f15a 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/acq/funds/funds.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/acq/funds/funds.component.html @@ -8,7 +8,7 @@ Funds
- +
diff --git a/Open-ILS/src/eg2/src/app/staff/admin/acq/funds/funds.module.ts b/Open-ILS/src/eg2/src/app/staff/admin/acq/funds/funds.module.ts index e7f01f4299..7f3deff131 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/acq/funds/funds.module.ts +++ b/Open-ILS/src/eg2/src/app/staff/admin/acq/funds/funds.module.ts @@ -3,10 +3,12 @@ import {StaffCommonModule} from '@eg/staff/common.module'; import {AdminCommonModule} from '@eg/staff/admin/common.module'; import {FundsComponent} from './funds.component'; import {FundsRoutingModule} from './routing.module'; +import {FundsManagerComponent} from './funds-manager.component'; @NgModule({ declarations: [ - FundsComponent + FundsComponent, + FundsManagerComponent ], imports: [ StaffCommonModule, -- 2.11.0