From 3361bb41bbee1972815cc3ab6d9bebbfd99fe92b Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 5 Aug 2021 12:25:57 -0400 Subject: [PATCH] LP1904036 Added missing 'noop' checkin modifier Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.ts b/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.ts index fcb897c9bb..ad5e186eb8 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.ts @@ -46,7 +46,8 @@ const CHECKIN_MODIFIERS = [ 'manual_float', 'no_precat_alert', 'retarget_holds', - 'retarget_holds_all' + 'retarget_holds_all', + 'noop' ]; const SETTINGS = [ -- 2.11.0