Bug 40075 - ILL Standard form should only show libraries that are pickup_locations
Summary: ILL Standard form should only show libraries that are pickup_locations
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: ILL (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Pedro Amorim
QA Contact: Tomás Cohen Arazi (tcohen)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-04 15:40 UTC by Pedro Amorim
Modified: 2025-06-05 10:28 UTC (History)
4 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 40075: Only show pickup_location libraries (1.02 KB, patch)
2025-06-04 15:42 UTC, Pedro Amorim
Details | Diff | Splinter Review
Bug 40075: Only show pickup_location libraries in OPAC (1.15 KB, patch)
2025-06-05 08:29 UTC, Pedro Amorim
Details | Diff | Splinter Review
Bug 40075: Only show pickup_location libraries (1.08 KB, patch)
2025-06-05 09:53 UTC, Pedro Amorim
Details | Diff | Splinter Review
Bug 40075: Only show pickup_location libraries in OPAC (1.21 KB, patch)
2025-06-05 09:53 UTC, Pedro Amorim
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro Amorim 2025-06-04 15:40:51 UTC
Additionally, libraries should be listed alphabetically on branchname, since that is what is displayed to the user.

Existing pattern to adopt:
https://github.com/Koha-Community/Koha/blob/24.11.x/Koha/Item.pm#L1066
Comment 1 Pedro Amorim 2025-06-04 15:42:34 UTC
Created attachment 182954 [details] [review]
Bug 40075: Only show pickup_location libraries

And list alphabetically on branchname
Comment 2 Pedro Amorim 2025-06-05 08:29:20 UTC
Created attachment 182967 [details] [review]
Bug 40075: Only show pickup_location libraries in OPAC

And list alphabetically on branchname
Comment 3 Pedro Amorim 2025-06-05 09:53:39 UTC
Created attachment 182983 [details] [review]
Bug 40075: Only show pickup_location libraries

And list alphabetically on branchname

Signed-off by: Chris Rowlands <chris.rowlands6@nhs.net>
Comment 4 Pedro Amorim 2025-06-05 09:53:42 UTC
Created attachment 182984 [details] [review]
Bug 40075: Only show pickup_location libraries in OPAC

And list alphabetically on branchname

Signed-off by: Chris Rowlands <chris.rowlands6@nhs.net>