Bug 30564 - Prevent user in staff interface from setting incorrect pickup location on item-level hold
Summary: Prevent user in staff interface from setting incorrect pickup location on ite...
Status: RESOLVED DUPLICATE of bug 30579
Alias: None
Product: Koha
Classification: Unclassified
Component: Hold requests (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-19 14:17 UTC by Andrew Fuerste-Henry
Modified: 2022-04-21 15:08 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Fuerste-Henry 2022-04-19 14:17:23 UTC
When placing a hold in the staff interface, we have one pickup location dropdown at the top of the page for bib-level holds, and then separate dropdowns for the pickup location for an item-level hold. The interface here makes it easy to mistakenly place an item-level hold for the wrong pickup location. 

To recreate:
- go to request.pl
- change the pickup location at the top of the form
- then pick a specific item and click "Place hold"
- Koha ignores the change you made to the bib-level dropdown and maintains the default pickup from the item-level line

When one changes the bib-level pickup, Koha should automatically change all the item-level locations to match the new selection. If that would result in an invalid pickup location, the item should instead go to a blank pickup so the user is forced to pick something.
Comment 1 Andrew Fuerste-Henry 2022-04-21 15:08:44 UTC

*** This bug has been marked as a duplicate of bug 30579 ***