Summary: | Add shelving location to cn_browser.tt | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | Cataloging | Assignee: | Bugs List <koha-bugs> |
Status: | Signed Off --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | david, m.de.rooy |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: |
This enhancement adds the shelving location column to the table for the call number browser cataloging plugin (cn_browser.pl, often add to bibliographic frameworks for 952$o - Full call number).
|
|
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 39880: Add shelving location to cn_browser results
Bug 39880: Add shelving location to cn_browser results |
Description
Lucas Gass (lukeg)
2025-05-12 18:51:26 UTC
Created attachment 182303 [details] [review] Bug 39880: Add shelving location to cn_browser results To test: 0. APPLY PATCH and resart_all 1. Make sure you have items with itemcallnumber's in your DB 2. Visit http://localhost:8081/cgi-bin/koha/cataloguing/plugin_launcher.pl?q=1&plugin_name=cn_browser.pl and make a search 3. You should see a column for Shelving location now Created attachment 182318 [details] [review] Bug 39880: Add shelving location to cn_browser results To test: 0. APPLY PATCH and resart_all 1. Make sure you have items with itemcallnumber's in your DB 2. Visit http://localhost:8081/cgi-bin/koha/cataloguing/plugin_launcher.pl?q=1&plugin_name=cn_browser.pl and make a search 3. You should see a column for Shelving location now Signed-off-by: David Nind <david@davidnind.com> Testing notes (using KTD): 1. A nice demo and tutorial from Open Fifth https://www.youtube.com/watch?v=EjLxwI0cHaA |