Summary: | Library name is missing in return to home transfer slip | ||
---|---|---|---|
Product: | Koha | Reporter: | Emily Lamancusa (emlam) <emily.lamancusa> |
Component: | Circulation | Assignee: | Emily Lamancusa (emlam) <emily.lamancusa> |
Status: | Pushed to main --- | QA Contact: | Katrin Fischer <katrin.fischer> |
Severity: | minor | ||
Priority: | P5 - low | CC: | david, gmcharlt, kyle.m.hall |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This fixes the generation of the transfer slip - the library to transfer an item to is now shown, instead of being blank.
|
Version(s) released in: |
25.05.00
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 36114 | ||
Attachments: |
Bug 38748: Pass the correct branchcode value to transfer slip
Bug 38748: Pass the correct branchcode value to transfer slip |
Description
Emily Lamancusa (emlam)
2024-12-18 20:51:06 UTC
Created attachment 175678 [details] [review] Bug 38748: Pass the correct branchcode value to transfer slip To test: 1. Find or create an item belonging to a library other than the logged-in library 2. Check the item in and print slip --> The transfer slip says "Transfer to" but the library name is blank 3. Apply patch and restart_all 4. Cancel the transfer or find a different item 5. Check the item in and print slip --> The library name now appears on the slip Note: Until bug 38588 is fixed, printing the transfer slip will cause an internal server error. However, the slip itself will still appear and the two behaviors are not related, so this bug can still be tested. Created attachment 175906 [details] [review] Bug 38748: Pass the correct branchcode value to transfer slip To test: 1. Find or create an item belonging to a library other than the logged-in library 2. Check the item in and print slip --> The transfer slip says "Transfer to" but the library name is blank 3. Apply patch and restart_all 4. Cancel the transfer or find a different item 5. Check the item in and print slip --> The library name now appears on the slip Signed-off-by: David Nind <david@davidnind.com> QA by RM Pushed for 25.05! Well done everyone, thank you! |