LP#1746360 Record Bucket Missing Deleted and Edition Columns
authorMcCanna <tmccanna@georgialibraries.org>
Wed, 7 Nov 2018 17:33:42 +0000 (12:33 -0500)
committerBill Erickson <berickxx@gmail.com>
Mon, 4 Feb 2019 19:18:53 +0000 (14:18 -0500)
Added deleted and edition columns to the record bucket grid.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/templates/staff/cat/bucket/record/t_view.tt2

index b35a83b..f107b22 100644 (file)
@@ -36,5 +36,9 @@
     </a>
   </eg-grid-field>
 
+  <eg-grid-field label="[% l('Deleted?') %]" path="biblio_record.deleted"></eg-grid-field>
+
+  <eg-grid-field label="[% l('Edition') %]" path="biblio_record.wide_display_entry.edition"></eg-grid-field>
+
 
 </eg-grid>