LP1812866 Item Alert column in Item Buckets
authorTerran McCanna <tmccanna@georgialibraries.org>
Wed, 30 Dec 2020 19:02:00 +0000 (14:02 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 4 Jan 2021 17:22:43 +0000 (12:22 -0500)
This adds an Item Alert column to Item Buckets that displays
the item alert note(s).

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

index 043cffc..8ce527b 100644 (file)
@@ -61,4 +61,6 @@
   <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('Item Alerts') %]" path="copy_alerts.note"></eg-grid-field>
+
 </eg-grid>
index 05d4d7e..f5b190c 100644 (file)
@@ -87,4 +87,6 @@
   </eg-grid-field>
 
 
+  <eg-grid-field label="[% l('Item Alerts') %]" path="copy_alerts.note"></eg-grid-field>
+
 </eg-grid>