https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37650
--- Comment #4 from Emily Lamancusa <[email protected]> --- (In reply to Marcel de Rooy from comment #1) > FOR MASTER: > my ( undef, $nextreservinfo, undef ) = CheckReserves($item); > > @Emily: Inrelation to bug 34972, we should pass lookahead_days here as well. > Or default in the sub to the pref ConfirmFutureHolds? Ooh, good catch. I think we need to pass it. C4::Circulation::transferbook calls CheckReserves with no lookahead on purpose, so we need to preserve the behavior for that case. -- 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/
