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

Nick Clemens <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #15 from Nick Clemens <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to