From 6dbf95affd804e8ff643a573e62f6e4e10fe4e2d Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Wed, 9 Dec 2020 17:29:00 -0500 Subject: [PATCH] PINES Receipt Template Customization: Patron Data Updated the parent/guardian field to display using the contents of the new parent/guardian field rather than the ident2 field that we used in previous versions. Signed-off-by: Terran McCanna --- Open-ILS/src/templates/staff/share/print_templates/t_patron_data.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_patron_data.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_patron_data.tt2 index f914ba2597..5bf66bcce8 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_patron_data.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_patron_data.tt2 @@ -11,7 +11,7 @@ Date of Birth:{{patron.dob | date:'M/d/yyyy'}}
Juvenile) Primary Identification Type: {{patron.ident_type.name()}} Primary Identification: {{patron.ident_value}} -Parent/Guardian: {{patron.ident_value2}} +Parent/Guardian: {{patron.guardian}} Email Address: {{patron.email}} Daytime Phone: {{patron.day_phone}} Evening Phone: {{patron.evening_phone}} -- 2.11.0