15 Aug
2024
15 Aug
'24
3:25 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37650 --- Comment #4 from Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> --- (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.