From: Bill Erickson Date: Wed, 20 Mar 2019 15:23:11 +0000 (-0400) Subject: JBAS-2221 Hide CN classification selector X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=91aea4701e20bbd849f59056e9de2d4169180ab4;p=working%2FEvergreen.git JBAS-2221 Hide CN classification selector We always use the same classification, so hide the selector in the volume batch editor. Signed-off-by: Bill Erickson --- 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 a65eb7cf22..3fe8c0cc3e 100644 --- a/Open-ILS/src/templates/staff/cat/volcopy/t_edit.tt2 +++ b/Open-ILS/src/templates/staff/cat/volcopy/t_edit.tt2 @@ -18,7 +18,7 @@

[% l('Batch Apply') %]

-
+
@@ -44,7 +44,7 @@
[% l('Call Numbers') %]
-
[% l('Classification') %]
+
[% l('Classification') %]
[% l('Prefix') %]
[% l('Call Number Label') %]
[% l('Suffix') %]
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 6be408fffc..32425e4fd2 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 @@ -583,14 +583,24 @@ function(egCore , $q) { transclude: true, template: '
'+ - '
'+ + '
'+ '' + - ''+ + + // schooch the call number label entry over + // next to the call number delete X icon. + // Leave form controls in place but hidden so code + // that assumes their existence will continue to work. + + /* '
'+ '
'+ - ''+ + /* '
'+ '
'+ + */ ''+ '
{{empty_label_string}}
'+ '
'+