Koha/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing
Nick Clemens 6b6a68525c
Bug 18499: Use items cn_source in cn_browser.pl
This does a few things:
 * We fetch the cn_sort from the DB and use this rather than calculating based on DefaultClassificationSource
   We were already pulling based on the items source, so this should not change things
 * Rather than using JS to submit the form, it submits via html
 * Fix subtitle display and add barcode (it was retrieved in one query but not used)
 * Add option to apply different classification scheme to the search

To test:
 1 - Add cn_browser.pl to the 'plugin' field in a framework for 952$o
 2 - Edit an item on a record in that framework
 3 - Enter an itemcallnumber
 4 - Click the two dots to launch the callnumber browser
 5 - Note the results
 6 - Apply patch
 7 - Repeat
 8 - Note subtitles and barcodes are displayed in results
 9 - Note callnumbers are appropriate
10 - Try changing the class source used
11 - Try this with differing dewey,lcc, and other callnumbers
12 - Ensure results are as expected

Signed-off-by: Myka Kennedy Stephens <mkstephens@lancasterseminary.edu>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-02-17 11:25:01 +00:00
..
value_builder Bug 18499: Use items cn_source in cn_browser.pl 2020-02-17 11:25:01 +00:00
addbiblio.tt Bug 8643: Code cleanup 2020-02-11 14:33:57 +00:00
addbooks.tt Bug 24420: Display waiting on hold items in the Cataloging search results Location column 2020-02-05 12:36:46 +00:00
additem.tt Bug 24649: Fix missing <li> tag on item editor for cloned subfield 2020-02-17 10:36:58 +00:00
editor.tt Bug 23889: Improve style of menu header in advanced cataloging editor 2020-01-02 14:37:27 +00:00
linkitem.tt
merge.tt
moveitem.tt
z3950_auth_search.tt
z3950_search.tt