[Koha-bugs] [Bug 15565] Place multiple item-level holds at once for the same record

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 27 08:38:30 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15565

--- Comment #265 from David Cook <dcook at prosentient.com.au> ---
Ok so there are 4 different settings that control the allowable number of
holds:

maxreserves (global system preference)
"Holds allowed (total)" (circ rule: reservesallowed)
"Holds allowed (daily)" (circ rule: holds_per_day)
"Holds per record (count)" (circ rule: holds_per_record)

C4::Reserves is a mess...

If the following are blank/empty (notably not null), then 15565 doesn't work. 
select * from circulation_rules where rule_name IN ('reservesallowed',
'holds_per_day', 'holds_per_record');

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list