From 9ba5d198fa9f4390dcd651e63d6bffea4450b856 Mon Sep 17 00:00:00 2001 From: Tiffany Little Date: Tue, 22 Oct 2019 16:35:33 -0400 Subject: [PATCH] Add TCN and other missing columns to Item Buckets. Adds classification, ISBN, owning library, pub date, publisher, TCN and TCN source. --- Open-ILS/src/templates/staff/cat/bucket/copy/t_pending.tt2 | 14 +++++++++++--- Open-ILS/src/templates/staff/cat/bucket/copy/t_view.tt2 | 11 ++++++++++- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/templates/staff/cat/bucket/copy/t_pending.tt2 b/Open-ILS/src/templates/staff/cat/bucket/copy/t_pending.tt2 index 431d2d4d46..64dd83f69a 100644 --- a/Open-ILS/src/templates/staff/cat/bucket/copy/t_pending.tt2 +++ b/Open-ILS/src/templates/staff/cat/bucket/copy/t_pending.tt2 @@ -42,16 +42,25 @@ + {{item['barcode']}} - + + + + + - + + + + + @@ -60,5 +69,4 @@ - diff --git a/Open-ILS/src/templates/staff/cat/bucket/copy/t_view.tt2 b/Open-ILS/src/templates/staff/cat/bucket/copy/t_view.tt2 index 5eb522ce5a..06033736c0 100644 --- a/Open-ILS/src/templates/staff/cat/bucket/copy/t_view.tt2 +++ b/Open-ILS/src/templates/staff/cat/bucket/copy/t_view.tt2 @@ -29,16 +29,25 @@ + {{item['barcode']}} + + + + - + + + + + -- 2.11.0