From: Bill Erickson Date: Thu, 16 Sep 2021 16:15:13 +0000 (-0400) Subject: LP1904036 Checkin Update Inventory fix X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1f9fd18ec45069c6ebe4154f802467c47c5c9be9;p=evergreen%2Fpines.git LP1904036 Checkin Update Inventory fix Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- 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;