Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
<eg-staff-banner *ngIf="isHoldCapture" i18n-bannerText bannerText="Capture Holds">
</eg-staff-banner>
+<eg-mark-damaged-dialog #markDamagedDialog></eg-mark-damaged-dialog>
<eg-circ-components></eg-circ-components>
<eg-progress-dialog #progressDialog></eg-progress-dialog>
<eg-barcode-select #barcodeSelect></eg-barcode-select>
from(copyIds).pipe(concatMap(id => {
this.markDamagedDialog.copyId = id;
return this.markDamagedDialog.open({size: 'lg'});
- }));
+ })).subscribe();
}
addItemAlerts(rows: CheckinGridEntry[]) {