From: Galen Charlton Date: Tue, 16 Mar 2021 17:01:31 +0000 (-0400) Subject: more Ang fund WIP X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f08b3732b9aa3722471ad7ba65d80299df0e53d2;p=working%2FEvergreen.git more Ang fund WIP Signed-off-by: Galen Charlton --- 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,