[Koha-bugs] [Bug 6499] MARC21 035 -- Other-control-number -- Indexing & Matching

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 6 20:11:24 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6499

Nick Clemens <nick at quecheelibrary.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at quecheelibrary.org

--- Comment #15 from Nick Clemens <nick at quecheelibrary.org> ---
I tested successfully on a clean branch again today using kohadevbox, zebra
version:
Zebra 2.0.60 (C) 1994-2015, Index Data Zebra is free software, covered by the
GNU General Public License, and you are welcome to change it and/or distribute
copies of it under certain conditions. SHA1 ID:
b51184e7cf9eabd2c609f50f721d6568351fbc33 Using ICU

Just to note, the js is missing closing ");" and should be

$(document).ready(function(){
    // Add Other Control Number to advanced search
    if (window.location.href.indexOf("catalogue/search.pl") > -1) {
        $(".advsearch").append('<option value="Other-control-number">Other
Control Number</option>');
    }
});

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list