From: Terran McCanna Date: Thu, 15 Apr 2021 21:46:19 +0000 (-0400) Subject: PINES Customization to Emphasize Patron Name X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0607134f2273ab1876be620061bb31b7b15e5b23;p=evergreen%2Fpines.git PINES Customization to Emphasize Patron Name This adds emphasis to the name of the patron that a hold is being placed for in the Angular staff catalog. Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.html index deec46f18c..308c5f3a21 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.html @@ -19,7 +19,9 @@

Place Hold - ({{user.family_name()}}, {{user.first_given_name()}}) + + ({{user.family_name()}}, {{user.first_given_name()}}) +