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

--- Comment #6 from Barton Chittenden <[email protected]> ---
Updated test procedure. After patch is applied: 

1) Make sure that you have a bib that has MARC21 035$a (and possibly also
035$z) populated.
2) Rebuild zebra: misc/migration_tools/rebuild_zebra.pl -x -b -z
3) Add the following to the intranetuserjs syspref:

$(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,w">Other
Control Number</option>');
    }
}  

Do an advanced search, select "Other Control Number" from the search menu, then
add the Other Control Number in 035$a for the bib specified in step 1.

The advanced search should return that biblio record.

-- 
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