From 57e7a8eb12e380094812f3ad65d731eb6eca90a0 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 3 Jan 2024 10:34:37 -0500 Subject: [PATCH] LP#2036296: always show note field in Hours of Operation form This patch removes the checkbox to show or hide the notes fields in the hours of operation editor in favor of always displaying them. This patch also adjusts the label to indicate that the note is optional and ensures that the label is properly bound to each note input. Signed-off-by: Galen Charlton Signed-off-by: Gina Monti Signed-off-by: Jason Boyer --- .../admin/server/org-unit.component.html | 23 +++++++------------ 1 file changed, 8 insertions(+), 15 deletions(-) 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 1dd6615b83..b2e3d98c30 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 @@ -70,7 +70,6 @@
Open Time
Close Time
-
Edit Note Field?
@@ -96,20 +95,14 @@
-
- -
-
-
-
-
-
Note:
- -
-
+
+
+ +
-- 2.43.2