diff --git a/projects/admin/src/app/circulation/main-request/requested-item/requested-item.component.html b/projects/admin/src/app/circulation/main-request/requested-item/requested-item.component.html index 87e6bae67..e4427c26c 100644 --- a/projects/admin/src/app/circulation/main-request/requested-item/requested-item.component.html +++ b/projects/admin/src/app/circulation/main-request/requested-item/requested-item.component.html @@ -69,7 +69,13 @@
Location
- {{ item.library.name }} {{ item.location.name }} + {{ item.library.name }} - + @if (item.temporary_location?.name) { + {{ item.temporary_location.name }} + } @else { + {{ item.location.name }} + } +
Pick-up location