Bug 41206 - Add collection code to transfers to receive
Summary: Add collection code to transfers to receive
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Nick Clemens (kidclamp)
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-06 14:55 UTC by Nick Clemens (kidclamp)
Modified: 2025-11-07 13:53 UTC (History)
2 users (show)

See Also:
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 (2.65 KB, patch)
2025-11-06 14:59 UTC, Nick Clemens (kidclamp)
Details | Diff | Splinter Review
Bug 41206: Add collection code to transfers to receive (2.70 KB, patch)
2025-11-07 12:46 UTC, Owen Leonard
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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>