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

--- Comment #265 from David Cook <dc...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to