From: Bill Erickson Date: Mon, 20 Sep 2021 15:55:00 +0000 (-0400) Subject: LP1924621 Place Hold For shows pref name X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ffb86a90e14656f9c42852ba7ca13b09c6aaf6c8;p=working%2FEvergreen.git LP1924621 Place Hold For shows pref name In the staff catalog banner which displays when a hold is being placed for a pre-selected patron. Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/catalog.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/catalog.component.html index 79d5073c41..87b8dd07e7 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/catalog.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/catalog.component.html @@ -7,7 +7,8 @@ Placing hold for patron - {{holdForUser().family_name()}}, {{holdForUser().first_given_name()}} + {{holdForUser().pref_family_name() || holdForUser().family_name()}}, + {{holdForUser().first_given_name() || holdForUser().pref_first_given_name()}} .