Bug 41338

Summary: Hold found dialog does not show item home and check-in libraries
Product: Koha Reporter: Peter Vashchuk <stalkernoid>
Component: CirculationAssignee: Peter Vashchuk <stalkernoid>
Status: Signed Off --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kebliss, kyle
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 41338: Hold found notice should show item's home library and where it is currently checked in
Bug 41338: Hold found notice should show item's home library and where it is currently checked in

Description Peter Vashchuk 2025-12-01 14:21:18 UTC
When checking in the item the notice on the screen shows the transfer destination only, it would be helpful to see the checked-in and home branch of the item.
Comment 1 Peter Vashchuk 2025-12-01 14:32:17 UTC
Created attachment 190049 [details] [review]
Bug 41338: Hold found notice should show item's home library and where it is currently checked in

This patch adds a description of item's home library and the library where the item is currently
checked in at, to the hold found notice when you check in the item. Also to avoid redundancy,
the home library will be shown only when destination branch is different from the home branch.

To reproduce:
1. Configure three libraries, A, B and C.
2. Create an item with the home library A.
3. Check in the item at the library B.
4. Place a hold with a pickup branch C and then check thought the interface for the same library C.
5. The only information about branch related to the item will be "Transfer to: Fairfield".
6. Click ignore and cancel the transfer.
7. Apply the patch.
8. Check in the item again.
9. This time you should see the full information about home library and where the item is currently checked in at.
Comment 2 Owen Leonard 2025-12-04 14:20:16 UTC
Created attachment 190152 [details] [review]
Bug 41338: Hold found notice should show item's home library and where it is currently checked in

This patch adds a description of item's home library and the library
where the item is currently checked in at, to the hold found notice when
you check in the item. Also to avoid redundancy, the home library will
be shown only when destination branch is different from the home branch.

To reproduce:
1. Configure three libraries, A, B and C.
2. Create an item with the home library A.
3. Check in the item at the library B.
4. Place a hold with a pickup branch C and then check thought the
   interface for the same library C.
5. The only information about branch related to the item will be
   "Transfer to: Fairfield".
6. Click ignore and cancel the transfer.
7. Apply the patch.
8. Check in the item again.
9. This time you should see the full information about home library and
   where the item is currently checked in at.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>