From 50d820880ae91a4c2d3fe4c3d380a23fd86c2fe5 Mon Sep 17 00:00:00 2001 From: Pascal Repond Date: Thu, 21 Dec 2023 12:08:22 +0100 Subject: [PATCH] patron: fix total pending requests number - Closes https://github.com/rero/rero-ils/issues/3568. Co-Authored-by: Pascal Repond --- .../patron/pending/pending-item/pending-item.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/admin/src/app/circulation/patron/pending/pending-item/pending-item.component.html b/projects/admin/src/app/circulation/patron/pending/pending-item/pending-item.component.html index d29804d2f..29d0c1a36 100644 --- a/projects/admin/src/app/circulation/patron/pending/pending-item/pending-item.component.html +++ b/projects/admin/src/app/circulation/patron/pending/pending-item/pending-item.component.html @@ -42,7 +42,7 @@
Position
- {{ loan.metadata.rank }} / {{ item.pending_loans.length }} + {{ loan.metadata.rank }} / {{ item.metadata.current_pending_requests }}