From 3fcee96da1856207c7cb462096d797b79f8c32ef Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Wed, 21 Apr 2021 14:49:26 -0400 Subject: [PATCH] Lp 1807257: Fix Typo in Workstation Registration Fix a typo in the AngularJS staff client workstation registration page that prevented the disabling of unavailable org. units in the drop down menu. Signed-off-by: Jason Stephenson --- Open-ILS/src/templates/staff/admin/workstation/t_workstations.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/admin/workstation/t_workstations.tt2 b/Open-ILS/src/templates/staff/admin/workstation/t_workstations.tt2 index 8d7eb90a2a..837a23101e 100644 --- a/Open-ILS/src/templates/staff/admin/workstation/t_workstations.tt2 +++ b/Open-ILS/src/templates/staff/admin/workstation/t_workstations.tt2 @@ -19,7 +19,7 @@
+ hidden-test="wsOrgHidden" disable-test="cant_have_users">
-- 2.11.0