[open-ils-commits] [GIT] Evergreen ILS branch master updated. a14b16dd197ce62529fa91410088ec54db50ccc4

Evergreen Git git at git.evergreen-ils.org
Tue Nov 13 10:58:10 EST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  a14b16dd197ce62529fa91410088ec54db50ccc4 (commit)
       via  1576ce5213907f0d63964557580a25f848cf03f9 (commit)
      from  348f6bd73feecab23b1713b55ea37cdbc118d740 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a14b16dd197ce62529fa91410088ec54db50ccc4
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Tue Nov 13 10:56:07 2018 -0500

    LP#1783440: add release notes entry
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/UPC_Advanced_Search.adoc b/docs/RELEASE_NOTES_NEXT/OPAC/UPC_Advanced_Search.adoc
new file mode 100644
index 0000000..d0c9fbd
--- /dev/null
+++ b/docs/RELEASE_NOTES_NEXT/OPAC/UPC_Advanced_Search.adoc
@@ -0,0 +1,4 @@
+Display UPC as Option for Public Catalog Advanced Search
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+The Numeric Search tab of the public catalog Advanced Search
+now includes an option to search by UPC (Universal Product Code).

commit 1576ce5213907f0d63964557580a25f848cf03f9
Author: Rogan Hamby <rogan.hamby at gmail.com>
Date:   Wed Jul 25 08:38:11 2018 -0400

    LP#1783440: adding UPC to numeric search types in advanced search
    
    To test
    -------
    [1] Go the Advanced Search page in the public catalog, then to the
        Numeric Search tab.
    [2] Search on a UPC value (e.g., in Concerto, "883929159529").
    [3] Verify that a hit is retrieved.
    
    Signed-off-by: Rogan Hamby <rhamby at equinoxinitiative.org>
    Signed-off-by: Jennifer Pringle <jennifer.pringle at bc.libraries.coop>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/opac/parts/advanced/numeric.tt2 b/Open-ILS/src/templates/opac/parts/advanced/numeric.tt2
index f768c10..9cc197a 100644
--- a/Open-ILS/src/templates/opac/parts/advanced/numeric.tt2
+++ b/Open-ILS/src/templates/opac/parts/advanced/numeric.tt2
@@ -9,6 +9,7 @@
                 <select id="numeric_qtype" name="qtype">
                     <!-- TODO: Pull labels from config.metabib_field.label -->
                     <option value="identifier|isbn">[% l('ISBN') %]</option>
+                    <option value="identifier|upc">[% l('UPC') %]</option>
                     <option value="identifier|issn">[% l('ISSN') %]</option>
                     <option value="cnbrowse">[% l('Call Number (Shelf Browse)') %]</option>
                     <option value="identifier|lccn">[% l('LCCN') %]</option>

-----------------------------------------------------------------------

Summary of changes:
 .../src/templates/opac/parts/advanced/numeric.tt2  |    1 +
 .../OPAC/UPC_Advanced_Search.adoc                  |    4 ++++
 2 files changed, 5 insertions(+), 0 deletions(-)
 create mode 100644 docs/RELEASE_NOTES_NEXT/OPAC/UPC_Advanced_Search.adoc


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list