From 1f9fd18ec45069c6ebe4154f802467c47c5c9be9 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 16 Sep 2021 12:15:13 -0400 Subject: [PATCH] LP1904036 Checkin Update Inventory fix Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/staff/share/circ/circ.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/eg2/src/app/staff/share/circ/circ.service.ts b/Open-ILS/src/eg2/src/app/staff/share/circ/circ.service.ts index 9e31e23f07..c1b0983ba8 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/circ/circ.service.ts +++ b/Open-ILS/src/eg2/src/app/staff/share/circ/circ.service.ts @@ -178,6 +178,7 @@ export interface CheckinParams { clear_expired?: boolean; hold_as_transit?: boolean; manual_float?: boolean; + do_inventory_update?: boolean; no_precat_alert?: boolean; retarget_holds?: boolean; retarget_holds_all?: boolean; -- 2.11.0