JBAS-2218 Record summary cataloging date
authorBill Erickson <berickxx@gmail.com>
Mon, 24 Jun 2019 15:05:30 +0000 (11:05 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 24 Jun 2019 15:05:30 +0000 (11:05 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/templates/staff/cat/share/t_record_summary.tt2

index c98b087..2e3afc4 100644 (file)
     <div class="flex-cell strong-text">[% l('Bib Call #:') %]</div>
     <div class="flex-cell flex-2"><span tooltip-html-unsafe="{{bib_cn_tooltip}}">{{bib_cn}}<span></div>
 
-    <div class="flex-cell strong-text"></div>
-    <div class="flex-cell"></div>
+    <div class="flex-cell strong-text">[% l('Cataloging Date:') %]</div>
+    <div class="flex-cell">{{record.cataloging_date() | date:'shortDate'}}</div>
 
     <div class="flex-cell strong-text">[% l('Record Owner:') %]</div>
     <div class="flex-cell">{{record.owner().shortname()}}</div>