From 9177d3e8a9155e08f1548404669d7d30e875a866 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Thu, 10 Jun 2021 13:06:41 -0400 Subject: [PATCH] PINES Customization for PLAY Card Modify the patron summary bar to alert staff that they should not edit PLAY Card accounts. Signed-off-by: Terran McCanna --- Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 3a1dd3a15b..ab198f604e 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 @@ -34,7 +34,18 @@
[% l('Profile') %]
-
{{patron().profile().name()}}
+
+ +
+ + {{patron().profile().name()}} + +
+
+ {{patron().profile().name()}} +
+ +
[% l('ID') %]
-- 2.11.0