Removes checkin date column
authorTiffany Little <tlittle@georgialibraries.org>
Tue, 15 Jan 2019 15:33:09 +0000 (10:33 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 20 Oct 2020 13:54:33 +0000 (09:54 -0400)
Open-ILS/src/templates/staff/cat/bucket/copy/t_view.tt2

index 4427148..05d4d7e 100644 (file)
@@ -41,7 +41,6 @@
     </a>
   </eg-grid-field>
   <eg-grid-field label="[% l('Call Number') %]" path="call_number.label" visible></eg-grid-field>
-  <eg-grid-field label="[% l('Checkin Date') %]"         path="_circ_summary.last_checkin_time" datatype="timestamp" hidden></eg-grid-field>
   <eg-grid-field label="[% l('CN Prefix') %]" path="call_number.prefix.label" hidden></eg-grid-field>
   <eg-grid-field label="[% l('CN Suffix') %]" path="call_number.suffix.label" hidden></eg-grid-field>
   <eg-grid-field label="[% l('Circ as Type') %]" path="circ_as_type.value" hidden></eg-grid-field>