Bug 11451

Summary: Hold Delete method needs standardization
Product: Koha Reporter: Christopher Brannon <cbrannon>
Component: Hold requestsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt
Version: unspecified   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11450
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Christopher Brannon 2013-12-26 23:55:39 UTC
Currently in circulation.pl or moremember.pl, to delete a hold, you must select yes from dropdown fields, and then click the button.  I don't recall Koha using this behavior anywhere else.  If it does, then my mistake.

What would be preferred, in order to be more consistent with the rest of Koha, is that you have check boxes, like most other places, and the button would delete what is checked.  However, it should also include a confirmation screen or dialog.

Christopher