LP1904036 Checkin Update Inventory fix
authorBill Erickson <berickxx@gmail.com>
Thu, 16 Sep 2021 16:15:13 +0000 (12:15 -0400)
committerBill Erickson <berickxx@gmail.com>
Wed, 13 Jul 2022 18:47:58 +0000 (14:47 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
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;