From 3765a4d42c7a94ecef6cb9caae24a40f3187d788 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 16 Sep 2021 14:22:58 -0400 Subject: [PATCH] LP1904036 Checkin Mark Damaged fix Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html | 1 + Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html b/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html index 84214d1120..2aa8d4a421 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html @@ -4,6 +4,7 @@ + diff --git a/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.ts b/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.ts index 2f1d2be26c..6a5ccfdffa 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.ts @@ -289,7 +289,7 @@ export class CheckinComponent implements OnInit, AfterViewInit { from(copyIds).pipe(concatMap(id => { this.markDamagedDialog.copyId = id; return this.markDamagedDialog.open({size: 'lg'}); - })); + })).subscribe(); } addItemAlerts(rows: CheckinGridEntry[]) { -- 2.11.0