http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9336
Owen Leonard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #14359|0 |1 is obsolete| | --- Comment #3 from Owen Leonard <[email protected]> --- Created attachment 14436 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14436&action=edit [SIGNED-OFF] Bug 9336 - Don't let un-holdable records block bulk holds If one or more records selected for a multi-hold have no items, the multi-holds process will prevent the librarian from completing the multi-hold. This forces the librarian to go back and remove the records with no items from the multi-hold. It would be better to warn the librarian that some of the records won't be held instead, that way, the librarian does not need to go to the trouble of removing the non-holdable records from the multi-hold to complete the process. Fixed by not disabling the submit button in the event that one of the records has no holdable items. Updated text of submit buttons. Test plan: 1) Apply patch for Bug 7703 2) Apply this patch 3) Place a multi-hold on two records, where one has hold-able items, and the other does not have any hold-able items. 4) Instead of being unable to submit the hold request, you should now be able to. Signed-off-by: Owen Leonard <[email protected]> Copied test plan from bug report in order to fulfill commit message requirements. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
