Summary: | Add "only library" to OpacItemLocation options | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | amitddng135, lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
20.11.00
|
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 12561 | ||
Attachments: |
Bug 25871: Add "only library" to OpacItemLocation options
0001-Bug-25871-Add-only-library-to-OpacItemLocation-optio.patch Bug 25871: Add "only library" to OpacItemLocation options Bug 25871: (QA follow-up) Update syspref |
Description
Owen Leonard
2020-06-24 19:56:20 UTC
Created attachment 106262 [details] [review] Bug 25871: Add "only library" to OpacItemLocation options This patch adds a new option to the OpacItemLocation system preference, "only library." It also rewords the descriptions of the existing options in order to make their use more clear. To test, apply the patch and make sure your OPACXSLTResultsDisplay system preference is set to "default." Test the OPAC search results using each of the OpacItemLocation preference options: - location: "library, location, and call number," e.g. "Availability: Items available for loan: Athens (1). Location(s): Athens new book shelf Call number: JNF 952.025 Bl." - ccode: "library, collection code, and call number," e.g. "Availability: Items available for loan: Athens (1). Collection(s): Juvenile non-fiction Call number: JNF 952.025 Bl." - callnum: "library and call number," e.g. "Availability: Items available for loan: AthensCall number: JNF 952.025 Bl (1)." - library: "only library," e.g." "Availability: Items available for loan: Athens (1)." Created attachment 107443 [details] [review] 0001-Bug-25871-Add-only-library-to-OpacItemLocation-optio.patch Work OK. This patch adds a new option to the OpacItemLocation system preference, "only library." It also rewords the descriptions of the existing options in order to make their use more clear. To test, apply the patch and make sure your OPACXSLTResultsDisplay system preference is set to "default." Test the OPAC search results using each of the OpacItemLocation preference options: - location: "library, location, and call number," e.g. "Availability: Items available for loan: Athens (1). Location(s): Athens new book shelf Call number: JNF 952.025 Bl." - ccode: "library, collection code, and call number," e.g. "Availability: Items available for loan: Athens (1). Collection(s): Juvenile non-fiction Call number: JNF 952.025 Bl." - callnum: "library and call number," e.g. "Availability: Items available for loan: AthensCall number: JNF 952.025 Bl (1)." - library: "only library," e.g." "Availability: Items available for loan: Athens (1)." Created attachment 107723 [details] [review] Bug 25871: Add "only library" to OpacItemLocation options This patch adds a new option to the OpacItemLocation system preference, "only library." It also rewords the descriptions of the existing options in order to make their use more clear. To test, apply the patch and make sure your OPACXSLTResultsDisplay system preference is set to "default." Test the OPAC search results using each of the OpacItemLocation preference options: - location: "library, location, and call number," e.g. "Availability: Items available for loan: Athens (1). Location(s): Athens new book shelf Call number: JNF 952.025 Bl." - ccode: "library, collection code, and call number," e.g. "Availability: Items available for loan: Athens (1). Collection(s): Juvenile non-fiction Call number: JNF 952.025 Bl." - callnum: "library and call number," e.g. "Availability: Items available for loan: AthensCall number: JNF 952.025 Bl (1)." - library: "only library," e.g." "Availability: Items available for loan: Athens (1)." Signed-off-by: Amit Gupta <amit.gupta@informaticsglobal.com> Created attachment 107724 [details] [review] Bug 25871: (QA follow-up) Update syspref Pushed to master for 20.11, thanks to everybody involved! not backporting enhancement to 20.05.x series |