From: Bill Erickson Date: Mon, 24 Jun 2019 15:13:49 +0000 (-0400) Subject: JBAS-2218 Record summary cataloging date (Angular edition) X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=32968bad33720d0180a752403d04dd3479cf5b45;p=working%2FEvergreen.git JBAS-2218 Record summary cataloging date (Angular edition) Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.html b/Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.html index d49de1bd7d..178e74db43 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.html @@ -56,8 +56,12 @@
Bib Call #:
{{summary.bibCallNumber}}
+
Cataloging Date:
+
{{summary.record.cataloging_date() | date:'shortDate'}}
+
Created On:
{{summary.record.create_date() | date:'short'}}
Last Edited On: