Bug 41206

Summary: Add collection to transfers to receive
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: Staff interfaceAssignee: Nick Clemens (kidclamp) <nick>
Status: Signed Off --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, Laura.escamilla
Version: Main   
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 41206: Add collection code to transfers to receive
Bug 41206: Add collection code to transfers to receive

Description Nick Clemens (kidclamp) 2025-11-06 14:55:29 UTC

    
Comment 1 Nick Clemens (kidclamp) 2025-11-06 14:59:02 UTC
Created attachment 189181 [details] [review]
Bug 41206: Add collection code to transfers to receive

This patch adds the collection code to the transfers to receive report
It wraps it in a span for styling/hiding

To test:
1 - Transfer some books with collection code set to another branch
2 - Sign in as that branch
3 - Circulation -> Transfers to receive
4 - No collection code shown
5 - Apply patch
6 - Refresh
7 - See collection code
Comment 2 Owen Leonard 2025-11-07 12:46:30 UTC
Created attachment 189313 [details] [review]
Bug 41206: Add collection code to transfers to receive

This patch adds the collection code to the transfers to receive report
It wraps it in a span for styling/hiding

To test:
1 - Transfer some books with collection code set to another branch
2 - Sign in as that branch
3 - Circulation -> Transfers to receive
4 - No collection code shown
5 - Apply patch
6 - Refresh
7 - See collection code

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