From 06931bb6fed7e9159049ea9bc0785d0059a4324a Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 24 Jun 2019 10:39:07 -0400 Subject: [PATCH] JBAS-2193 Volcopy display repairs Fix column label alignment issues created by removing some columns in the vol/copy editor. Hide the "Item #" field. Signed-off-by: Bill Erickson --- Open-ILS/src/templates/staff/cat/volcopy/t_edit.tt2 | 6 +++--- Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/templates/staff/cat/volcopy/t_edit.tt2 b/Open-ILS/src/templates/staff/cat/volcopy/t_edit.tt2 index 30b546e196..154644613f 100644 --- a/Open-ILS/src/templates/staff/cat/volcopy/t_edit.tt2 +++ b/Open-ILS/src/templates/staff/cat/volcopy/t_edit.tt2 @@ -41,18 +41,18 @@
[% l('Owning Library') %]
-
[% l('Call Numbers') %]
+
[% l('# of Volumes') %]
[% l('Classification') %]
[% l('Prefix') %]
-
[% l('Call Number Label') %]
+
[% l('Call Number Label') %]
[% l('Suffix') %]
[% l('Items') %]
[% l('Barcode') %]
-
[% l('Item #') %]
+
[% l('Item #') %]
[% l('Part') %]
diff --git a/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js b/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js index bb56ac9c06..662cc357eb 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js +++ b/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js @@ -492,7 +492,7 @@ function(egCore , $q) { '
{{duplicate_barcode_string}}
'+ '
{{empty_barcode_string}}
'+ '
'+ - '
'+ + '
'+ '
'+ '
', -- 2.11.0