From 4340cf61c3310c45368e250537126383f8c172aa Mon Sep 17 00:00:00 2001 From: Kyle Huckins Date: Tue, 21 Jan 2020 22:38:13 +0000 Subject: [PATCH] lp1654529 Callnumber Sorting by Sortkey in Transit & Copy Buckets - Add column for label_sortkey, displaying the data for a Callnumber's Label. Signed-off-by: Kyle Huckins Changes to be committed: modified: Open-ILS/src/templates/staff/cat/bucket/copy/t_view.tt2 modified: Open-ILS/src/templates/staff/circ/transits/t_list.tt2 Signed-off-by: Terran McCanna Signed-off-by: Chris Sharp --- Open-ILS/src/templates/staff/cat/bucket/copy/t_view.tt2 | 3 ++- Open-ILS/src/templates/staff/circ/transits/t_list.tt2 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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..adc1f5013a 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 @@ -34,7 +34,8 @@ {{item['barcode']}} - + {{item['call_number.label']}} + diff --git a/Open-ILS/src/templates/staff/circ/transits/t_list.tt2 b/Open-ILS/src/templates/staff/circ/transits/t_list.tt2 index 425cd2f833..d15120021e 100644 --- a/Open-ILS/src/templates/staff/circ/transits/t_list.tt2 +++ b/Open-ILS/src/templates/staff/circ/transits/t_list.tt2 @@ -53,7 +53,8 @@ - + + -- 2.43.2