From 960e4c2a250515e3ea5504cf416561c5407b8c52 Mon Sep 17 00:00:00 2001 From: Tiffany Little Date: Tue, 27 Nov 2018 11:27:14 -0500 Subject: [PATCH] Removed auto-populate of column options in Item Bucket, individually outlined column options in alphabetical order. --- .../src/templates/staff/cat/bucket/copy/t_view.tt2 | 56 +++++++++++++++++++--- 1 file changed, 49 insertions(+), 7 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..ef7eb2ff90 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 @@ -3,7 +3,6 @@ features="allowAll,-display" id-field="id" idl-class="acp" - auto-fields="true" grid-controls="gridControls" menu-label="[% l('Buckets') %]" persist-key="cat.bucket.copy.view"> @@ -27,8 +26,10 @@ - - + + + + {{item['barcode']}} @@ -37,15 +38,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + {{item['call_number.record.simple_record.title']}} - - + + + + -- 2.11.0