PINES Customization to Copy Buckets View
authorTerran McCanna <tmccanna@georgialibraries.org>
Wed, 30 Dec 2020 23:28:01 +0000 (18:28 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 8 Nov 2021 14:56:36 +0000 (09:56 -0500)
Note that this view is heavily customized already. This change
adds precat isbn/title/author and item alerts columns.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/staff/cat/bucket/copy/t_view.tt2

index 05d4d7e..4279202 100644 (file)
@@ -1,3 +1,5 @@
+<!-- Note that this file is heavily customized for PINES -->
+
 <eg-grid
   ng-hide="forbidden"
   features="allowAll,-display"
   <eg-grid-field path="latest_inventory.inventory_date" datatype="timestamp" label="[% l('Inventory Date') %]"></eg-grid-field>
   <eg-grid-field path="latest_inventory.inventory_workstation.name" label="[% l('Inventory Workstation') %]"></eg-grid-field>
   <eg-grid-field label="[% l('ISBN') %]" path="call_number.record.simple_record.isbn" hidden></eg-grid-field>
+  <eg-grid-field label="[% l('Item Alerts') %]" path="copy_alerts.note"></eg-grid-field>
   <eg-grid-field label="[% l('Loan Duration') %]" path="loan_duration" hidden></eg-grid-field>
   <eg-grid-field label="[% l('Location') %]"    path="location.name" visible></eg-grid-field>
   <eg-grid-field label="[% l('OPAC Visible?') %]" path="opac_visible" hidden></eg-grid-field>
   <eg-grid-field label="[% l('Owning Library') %]" path="call_number.owning_lib.shortname" hidden></eg-grid-field>
+
+  <eg-grid-field label="[% l('Precat ISBN') %]" path="dummy_isbn"></eg-grid-field>
+  <eg-grid-field label="[% l('Precat Author') %]" path="dummy_author"></eg-grid-field>
+  <eg-grid-field label="[% l('Precat Title') %]" path="dummy_title"></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="call_number.record.simple_record.publisher" hidden></eg-grid-field>