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>
Wed, 30 Jan 2019 14:24:18 +0000 (09:24 -0500)
Open-ILS/src/templates/staff/cat/bucket/copy/t_view.tt2

index 87fcd17..8ef3f65 100644 (file)
@@ -35,7 +35,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>