From f16355685bcdf34bdcc209b5df5e4be8fe760d00 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 16 Sep 2021 12:18:59 -0400 Subject: [PATCH] LP1904036 Checkin modifiers sticky settings repair 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 | 4 +++- 1 file changed, 3 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 eb92e90f40..2f1d2be26c 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 @@ -47,7 +47,9 @@ const CHECKIN_MODIFIERS = [ 'no_precat_alert', 'retarget_holds', 'retarget_holds_all', - 'noop' + 'noop', + 'auto_print_holds_transits', + 'do_inventory_update' ]; const SETTINGS = [ -- 2.11.0