LP#1074096: Remove Bib Call Number Search
authorKathy Lussier <klussier@masslnc.org>
Thu, 11 Dec 2014 17:12:51 +0000 (12:12 -0500)
committerBen Shum <bshum@biblio.org>
Tue, 13 Jan 2015 20:49:31 +0000 (15:49 -0500)
Removes the Bib Call Number search as a default numeric search in the
catalog. Release notes include instructions for restoring it for those
sites that wish to restore it.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Rogan Hamby <rogan.hamby@gmail.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/parts/advanced/numeric.tt2
docs/RELEASE_NOTES_NEXT/OPAC/remove-bib-cn.txt [new file with mode: 0644]

index 4fa45f1..4644600 100644 (file)
@@ -8,7 +8,6 @@
                     <!-- TODO: Pull labels from config.metabib_field.label -->
                     <option value="identifier|isbn">[% l('ISBN') %]</option>
                     <option value="identifier|issn">[% l('ISSN') %]</option>
-                    <option value="identifier|bibcn">[% l('Bib Call Number') %]</option>
                     <option value="cnbrowse">[% l('Call Number (Shelf Browse)') %]</option>
                     <option value="identifier|lccn">[% l('LCCN') %]</option>
                     <option value="identifier|tcn">[% l('TCN') %]</option>
diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/remove-bib-cn.txt b/docs/RELEASE_NOTES_NEXT/OPAC/remove-bib-cn.txt
new file mode 100644 (file)
index 0000000..1a70a83
--- /dev/null
@@ -0,0 +1,9 @@
+Removal of Bib Call Number Search
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+The Bib Call Number Search has been removed as a default numeric search in
+the catalog. Evergreen sites that wish to restore this search to the catalog
+can add the following to the numeric_qtype menu in the numeric.tt2 file.
+
+----
+ <option value="identifier|bibcn">[% l('Bib Call Number') %]</option>
+----