From d90e6aef84d46e3bf3a1531d2abccaa9ef2337e7 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 b38e1327f7..82113d0511 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"> @@ -31,8 +30,10 @@ - - + + + + {{item['barcode']}} @@ -42,15 +43,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + {{item['call_number.record.simple_record.title']}} - - + + + + -- 2.11.0