From: Tiffany Little Date: Wed, 18 Aug 2021 12:18:31 +0000 (-0400) Subject: LP1737019 Add an active flag to funding sources X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Ftlittle%2FLP1737019_acqfundsrc_activeflag;p=working%2FEvergreen.git LP1737019 Add an active flag to funding sources This adds an active flag to funding sources. It also adds limits the available funding sources in the Create Allocation dropdown to only active funding sources. Signed-off-by: Tiffany Little --- diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 32816d90d9..97f342cb05 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -9504,6 +9504,7 @@ SELECT usr, + 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 608178580f..19084cc7ac 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 @@ -203,7 +203,7 @@ +[fieldOptions]="{funding_source:{linkedSearchConditions:{'active':'t'},preloadLinkedValues:true}}"> diff --git a/Open-ILS/src/eg2/src/app/staff/admin/acq/funds/funding-sources.component.html b/Open-ILS/src/eg2/src/app/staff/admin/acq/funds/funding-sources.component.html index 55599eacdd..4af554615c 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/acq/funds/funding-sources.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/acq/funds/funding-sources.component.html @@ -80,6 +80,7 @@ +