From 5c0a76a35805df76f1fdccade1e660b15687eaa2 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sun, 28 Mar 2021 18:37:59 -0400 Subject: [PATCH] funds: add fund transfer modal Signed-off-by: Galen Charlton --- .../acq/funds/fund-details-dialog.component.html | 17 +++- .../acq/funds/fund-details-dialog.component.ts | 32 ++++++ .../acq/funds/fund-transfer-dialog.component.html | 50 +++++++++ .../acq/funds/fund-transfer-dialog.component.ts | 112 +++++++++++++++++++++ .../src/app/staff/admin/acq/funds/funds.module.ts | 4 +- 5 files changed, 211 insertions(+), 4 deletions(-) create mode 100644 Open-ILS/src/eg2/src/app/staff/admin/acq/funds/fund-transfer-dialog.component.html create mode 100644 Open-ILS/src/eg2/src/app/staff/admin/acq/funds/fund-transfer-dialog.component.ts diff --git a/Open-ILS/src/eg2/src/app/staff/admin/acq/funds/fund-details-dialog.component.html b/Open-ILS/src/eg2/src/app/staff/admin/acq/funds/fund-details-dialog.component.html index 1ee4a0f22c..98a8c3a129 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/acq/funds/fund-details-dialog.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/acq/funds/fund-details-dialog.component.html @@ -13,7 +13,7 @@