From 5dea883e70de198b75f9df4a6b70896a4e049557 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 | 1 + Open-ILS/src/templates/staff/circ/transits/t_list.tt2 | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 b76399320a..4f2182a014 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 @@ -37,6 +37,7 @@ + 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 07e6b8c8f7..c5eda0265c 100644 --- a/Open-ILS/src/templates/staff/circ/transits/t_list.tt2 +++ b/Open-ILS/src/templates/staff/circ/transits/t_list.tt2 @@ -55,7 +55,8 @@ - + + -- 2.11.0