From: Terran McCanna Date: Wed, 9 Dec 2020 22:29:00 +0000 (-0500) Subject: PINES Receipt Template Customization: Patron Data X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6dbf95affd804e8ff643a573e62f6e4e10fe4e2d;p=evergreen%2Fpines.git 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 --- 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}}