JBAS-2218 Record summary cataloging date (Angular edition)
authorBill Erickson <berickxx@gmail.com>
Mon, 24 Jun 2019 15:13:49 +0000 (11:13 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 24 Jun 2019 15:13:49 +0000 (11:13 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.html

index d49de1b..178e74d 100644 (file)
         <div class="d-flex">
           <div class="flex-1 font-weight-bold" i18n>Bib Call #:</div>
           <div class="flex-3">{{summary.bibCallNumber}}</div>
+          <div class="flex-1 font-weight-bold" i18n>Cataloging Date:</div>
+          <div class="flex-1">{{summary.record.cataloging_date() | date:'shortDate'}}</div>
+          <!--
           <div class="flex-1 font-weight-bold" i18n>Record Owner:</div>
           <div class="flex-1">{{orgName(summary.record.owner())}}</div>
+          -->
           <div class="flex-1 font-weight-bold pl-1" i18n>Created On:</div>
           <div class="flex-1">{{summary.record.create_date() | date:'short'}}</div>
           <div class="flex-1 font-weight-bold pl-1" i18n>Last Edited On:</div>