From: Terran McCanna Date: Thu, 24 Mar 2022 22:21:33 +0000 (-0400) Subject: LP1966342 Highlight copy count when zero copies X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=275e3257cf0b35648e72e71196058730d5fe8990;p=working%2FEvergreen.git LP1966342 Highlight copy count when zero copies This highlights the copy count on the Angular staff catalog search results page when there are zero holdings attached. Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html index 7b070fe6f5..82c0f35f3c 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html @@ -147,7 +147,8 @@
+ *ngFor="let copyCount of getHoldingsSummaries(); let copyIdx = index" + [ngClass]="{'bg-warning':copyCount.count < 1}">
{{copyCount.available}} / {{copyCount.count}} items