From: Terran McCanna Date: Wed, 8 Feb 2023 14:17:44 +0000 (-0500) Subject: PINES Customization - Add library logo field to Org Unit X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Frel_3_10_0_library_logo_field;p=evergreen%2Fpines.git PINES Customization - Add library logo field to Org Unit Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index e62eb22b8c..ed9a31e192 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -7277,6 +7277,7 @@ SELECT usr, + diff --git a/Open-ILS/src/eg2/src/app/staff/admin/server/org-unit.component.html b/Open-ILS/src/eg2/src/app/staff/admin/server/org-unit.component.html index 19b803a751..25fe4bce40 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/server/org-unit.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/server/org-unit.component.html @@ -50,7 +50,7 @@ [record]="currentOrg().isnew() ? currentOrg() : null" [recordId]="currentOrg().isnew() ? null : currentOrg().id()" [showDelete]="!orgHasChildren()" - fieldOrder="parent_ou,ou_type,name,shortname,phone,email,opac_visible,fiscal_calendar" + fieldOrder="parent_ou,ou_type,name,shortname,phone,email,library_logo,opac_visible,fiscal_calendar" hiddenFields="id,billing_address,mailing_address,holds_address,ill_address">