https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15534
--- Comment #21 from Kyle M Hall <[email protected]> --- (In reply to Jonathan Druart from comment #19) > Kyle, > Not sure the following makes sense :) > Should not we check the "Reserved" status? > Why don't we call CanItemBeReserved in addition of the existing checks? IsAvailableForItemLevelRequest does not currently call CanItemBeReserved, so I did not implement it specifically for this feature. A check for CanItemBeReserved would be better dealt with at the beginning of IsAvailableForItemLevelRequest and would be outside the scope of this specific enhancement. That being said, it does make sense that we should be calling CanItemBeReserved from IsAvailableForItemLevelRequest and I think we should file a bug report for that! -- 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/
