https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27069 --- Comment #13 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 119454 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=119454&action=edit Bug 27069: (follow-up) Only display rules if one is set Testing that the rule is != 'hold_allowed' is true for each itemtype where the rule is not set. This means it appears that no holds are allowed for any item type if no rules are set To test: 1 - With a fresh testing DB or no holdallowed rule set, you can use SQl below to clear: DELETE from circuation_rules WHERE rule_name='holdallowed'; 2 - Load smart-rules.pl (Administration->Circulation and fines rules) 3 - Scroll to "Default holds policy by item type" 4 - Note all item types appear as 'No holds allowed' 5 - Apply patch 6 - Reload 7 - All clear 8 - Confirm adding rules displays correctly -- You are receiving this mail because: You are watching all bug changes.