Bug 9350

Summary: Don't block bulk holds if one or more titles have no items
Product: Koha Reporter: Owen Leonard <oleonard>
Component: Hold requestsAssignee: Bugs List <koha-bugs>
Status: BLOCKED --- QA Contact:
Severity: normal    
Priority: P5 - low CC: gmcharlt, veron
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 7703    
Bug Blocks:    

Description Owen Leonard 2013-01-04 21:05:49 UTC
To reproduce the problem:

1. Apply the patch for Bug 7703 if necessary.
2. Perform a search which will return one or more titles which have no items.
3. Select multiple titles in those results, including one or more titles with no items.
4. Click the "Place hold" button.

You will be shown a page which is blank except for an error message: "
Cannot place hold: this record has no items attached."

Just as the multi-holds process can intelligently skip holds on titles with items which cannot be placed on hold, so should it be able to skip titles with no items and place holds only on the titles which have available items.
Comment 1 Marc VĂ©ron 2015-12-20 16:02:36 UTC
Still valid?