From f7bc4766302de948c6c5bed2bfa50f4d70852022 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 --- 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 fccf2d02e0..c2adb75032 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