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>
Fri, 13 Sep 2019 20:51:42 +0000 (16:51 -0400)
Open-ILS/src/templates/staff/cat/bucket/copy/t_view.tt2

index e350315..b763993 100644 (file)
@@ -37,7 +37,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>