From 484acd7f2015cddd3d49ade0e61f7571a867d5ff Mon Sep 17 00:00:00 2001 From: Cesar Velez Date: Mon, 11 Sep 2017 17:53:34 -0400 Subject: [PATCH] LP#1697716 - Webstaff adds ability to display actor.usr.photo_url if present This just adds a div row with an ng-if in the summary pane of patron view. Signed-off by: Cesar Velez Signed-off-by: Rogan Hamby Signed-off-by: Kathy Lussier --- Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 index c3180bf205..632f50b071 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 @@ -21,6 +21,9 @@ {{patron().alert_message()}} +
+
+
[% l('Profile') %]
-- 2.43.2