Added Author to Pending view in Item Buckets
authorLynn Floyd <alynn2671@gmail.com>
Thu, 30 Dec 2021 20:56:29 +0000 (15:56 -0500)
committerMichele Morgan <mmorgan@noblenet.org>
Thu, 17 Mar 2022 13:40:33 +0000 (09:40 -0400)
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Open-ILS/src/templates/staff/cat/bucket/copy/t_pending.tt2

index 043cffc..643513a 100644 (file)
@@ -52,8 +52,9 @@
   <eg-grid-field label="[% l('CN Suffix') %]" path="call_number.suffix.label"></eg-grid-field>
   <eg-grid-field label="[% l('Location') %]"    path="location.name" visible></eg-grid-field>
 
+  <eg-grid-field label="[% l('Author') %]" path="call_number.record.simple_record.author" visible></eg-grid-field>
   <eg-grid-field label="[% l('Title') %]"
-    path="call_number.record.simple_record.title" visible>
+      path="call_number.record.simple_record.title" visible>
     <a href="/eg2/staff/catalog/record/{{item['call_number.record.id']}}">
       {{item['call_number.record.simple_record.title']}}
     </a>