diff --git a/projects/admin/src/app/circulation/item/item.component.html b/projects/admin/src/app/circulation/item/item.component.html index 66e2a7eb5..6b1878b0e 100644 --- a/projects/admin/src/app/circulation/item/item.component.html +++ b/projects/admin/src/app/circulation/item/item.component.html @@ -69,7 +69,7 @@ {{ totalAmountOfFee | currency: organisation.default_currency }} - {{ item.pending_loans.length }} + {{ item.pending_loans[0].patron.name }}