https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15261
--- Comment #111 from Fridolin Somers <[email protected]> --- (In reply to Henri-Damien LAURENT from comment #108) > Created attachment 131573 [details] [review] > Bug 15261: Trying to fix after rebase > > https://bugs.koha-community.org/show_bug.cgi?id=1526 Also missing in opac/opac-reserve.pl : if ( $canreserve && C4::Context->preference("PreventReservesOnSamePeriod") ) { - if ( ReservesOnSamePeriod($biblioNum, $itemNum, $startdate, $expiration_date) ) { + if ( C4::Reserves::ReservesOnSamePeriod($biblioNum, $itemNum, $startdate, $expiration_date) ) { $canreserve = 0; $failed_holds++; } -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
