Summary: | Shelving location not displayed on checkin | ||
---|---|---|---|
Product: | Koha | Reporter: | Magnus Enger <magnus> |
Component: | Circulation | Assignee: | Magnus Enger <magnus> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | fridolin.somers, gmcharlt, jonathan.druart, julian.maurice, kyle.m.hall, lisettepalouse+koha, mtompset |
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: | ||
Circulation function: | |||
Bug Depends on: | 18276 | ||
Bug Blocks: | |||
Attachments: |
Bug 20546: Display shelving location on checkin
Bug 20546: Display shelving location on checkin Bug 20546: Display shelving location on checkin |
Description
Magnus Enger
2018-04-09 10:37:42 UTC
Created attachment 73850 [details] [review] Bug 20546: Display shelving location on checkin Currently, the sehlving location is not being displayed in the table of checked in items on <intranet>/cgi-bin/koha/circ/returns.pl To test: - Make sure you have a couple of books with a value for shelving location (952$c) - Check the books out - Check the books in - Verify nothing is displayed in the "Shelving location" column - Apply this patch - Check the books out and in again - Verify the shelving location is now being displayed Created attachment 73900 [details] [review] Bug 20546: Display shelving location on checkin Currently, the sehlving location is not being displayed in the table of checked in items on <intranet>/cgi-bin/koha/circ/returns.pl To test: - Make sure you have a couple of books with a value for shelving location (952$c) - Check the books out - Check the books in - Verify nothing is displayed in the "Shelving location" column - Apply this patch - Check the books out and in again - Verify the shelving location is now being displayed Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Caused by commit 6eade474ed3a84a5ba372a26ac27bf9fb4bd2299 Bug 18276: Remove GetBiblioFromItemNumber - Easy ones Created attachment 74934 [details] [review] Bug 20546: Display shelving location on checkin Currently, the sehlving location is not being displayed in the table of checked in items on <intranet>/cgi-bin/koha/circ/returns.pl To test: - Make sure you have a couple of books with a value for shelving location (952$c) - Check the books out - Check the books in - Verify nothing is displayed in the "Shelving location" column - Apply this patch - Check the books out and in again - Verify the shelving location is now being displayed Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> Pushed to master for 18.05, thanks to everybody involved! Pushed to 17.11.x for 17.11.07 |