Removes Circ ID and fixes publisher
authorTiffany Little <tlittle@georgialibraries.org>
Thu, 10 Jan 2019 13:22:14 +0000 (08:22 -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 84e4753..e350315 100644 (file)
@@ -42,7 +42,6 @@
   <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>
   <eg-grid-field label="[% l('Circulate?') %]" path="circulate" hidden></eg-grid-field>
-  <eg-grid-field label="[% l('Circulation ID') %]" path="all_circulations.id" datatype="id" hidden></eg-grid-field>
   <eg-grid-field label="[% l('Circulation Library') %]" path="circ_lib.shortname" hidden></eg-grid-field>
   <eg-grid-field label="[% l('Circulation Modifier') %]" path="circ_modifier.name" hidden></eg-grid-field>
   <eg-grid-field label="[% l('Classification') %]" path="call_number.label_class.name" hidden></eg-grid-field>
@@ -69,7 +68,7 @@
   <eg-grid-field label="[% l('Owning Library') %]" path="call_number.owning_lib.shortname" hidden></eg-grid-field>
   <eg-grid-field label="[% l('Price') %]" path="price" hidden></eg-grid-field>
 <eg-grid-field label="[% l('Publication Date') %]" path="call_number.record.simple_record.pubdate" hidden></eg-grid-field>
-<eg-grid-field label="[% l('Publisher') %]" path="publisher" hidden></eg-grid-field>
+<eg-grid-field label="[% l('Publisher') %]" path="call_number.record.simple_record.publisher" hidden></eg-grid-field>
   <eg-grid-field label="[% l('Quality') %]" path="call_number.record.quality" hidden></eg-grid-field>
   <eg-grid-field label="[% l('Record ID') %]" path="call_number.record.id" required hidden></eg-grid-field>
   <eg-grid-field label="[% l('Reference?') %]" path="ref" hidden></eg-grid-field>