Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
</li>
</ng-container>
<li ngbNavItem="noncat">
- <a ngbNavLink i18n>Non-Cataloged Circulations</a>
+ <a ngbNavLink i18n>
+ <ng-container *ngIf="context.patronStats">
+ Non-Cataloged Circulations ({{context.patronStats.checkouts.noncat}})
+ </ng-container>
+ </a>
<ng-template ngbNavContent>
<ng-container>
<ng-container>
));
}
- //markLost(rows: CircGridEntry[]): Observable<any> {
markLost(rows: CircGridEntry[]) {
const dialog = this.openProgressDialog(rows);
const barcodes = this.getCopies(rows).map(c => c.barcode());