LP1904036 Checkin Update Inventory fix
authorBill Erickson <berickxx@gmail.com>
Thu, 16 Sep 2021 16:15:13 +0000 (12:15 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:13:37 +0000 (20:13 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/share/circ/circ.service.ts

index 9e31e23..c1b0983 100644 (file)
@@ -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;