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: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: ILL (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Pedro Amorim
QA Contact: Nick Clemens (kidclamp)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-04 15:40 UTC by Pedro Amorim
Modified: 2025-08-01 19:24 UTC (History)
5 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:
25.11.00
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
Bug 40075: Only show pickup_location libraries (1.13 KB, patch)
2025-08-01 15:21 UTC, Nick Clemens (kidclamp)
Details | Diff | Splinter Review
Bug 40075: Only show pickup_location libraries in OPAC (1.27 KB, patch)
2025-08-01 15:21 UTC, Nick Clemens (kidclamp)
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>
Comment 5 Nick Clemens (kidclamp) 2025-08-01 15:21:53 UTC
Created attachment 185036 [details] [review]
Bug 40075: Only show pickup_location libraries

And list alphabetically on branchname

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

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Comment 6 Nick Clemens (kidclamp) 2025-08-01 15:21:56 UTC
Created attachment 185037 [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>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Comment 7 Lucas Gass (lukeg) 2025-08-01 19:24:55 UTC
Nice work everyone!

Pushed to main for 25.11