[Bug 15565] Place multiple item-level holds at once for the same record
27 May
2021
27 May
'21
8:38 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15565 --- Comment #265 from David Cook <dcook@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.
1876
Age (days ago)
1876
Last active (days ago)
0 comments
1 participants
participants (1)
-
bugzilla-daemon@bugs.koha-community.org