From 3d8262fe1350615426e7e96d89d94564eefc49b3 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Mon, 29 Nov 2021 14:44:17 -0500 Subject: [PATCH] LP1951996 Preferred names in group member details Adds columns for preferred family, middle, and first names to group member details. These added columns are hidden by default. To test: 1. In a patron's record add a preferred first, middle, and last name. 2. Go to Other - Group member details and notice that there are no columns for preferred. 3. Apply patch. 4. Go to group member details and use the drop-down to display the preferred columns. 5. Add some more patrons to the group for good measure. Signed-off-by: Garry Collum Signed-off-by: Gina Monti Signed-off-by: Jane Sandberg --- Open-ILS/src/templates/staff/circ/patron/t_group.tt2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/circ/patron/t_group.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_group.tt2 index 30ab88dccb..f36254e14e 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_group.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_group.tt2 @@ -42,7 +42,9 @@ - + + + -- 2.11.0