From: Mike Rylander Date: Thu, 26 Mar 2015 21:14:07 +0000 (-0400) Subject: webstaff: Make Date of Birth label red if DOB is emtpy X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f9783cdddc3bd782a4cf65be97227af835aa4a4e;p=Evergreen.git webstaff: Make Date of Birth label red if DOB is emtpy Signed-off-by: Mike Rylander Signed-off-by: Galen Charlton Signed-off-by: Jason Stephenson --- 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 2b928700e1..55cbb6f13d 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 @@ -26,7 +26,8 @@
[% l('Net Access') %]
{{patron().net_access_level().name()}}
-
+
[% l('Date of Birth') %]
{{patron().dob() | date:'shortDate'}}