From de2d820c9c13fdbc8478b06bb046df0291c78a54 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 16 Sep 2021 11:57:34 -0400 Subject: [PATCH] LP1904036 Patron summary show full dob year Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/staff/share/patron/summary.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/share/patron/summary.component.html b/Open-ILS/src/eg2/src/app/staff/share/patron/summary.component.html index f4afca0fec..de65732072 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/patron/summary.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/patron/summary.component.html @@ -51,7 +51,7 @@
Date of Birth
-
{{p().dob() | date:'shortDate'}}
+
{{p().dob() | date}}
Parent/Guardian
-- 2.11.0