@@ -, +, @@ --- Koha/CirculationRules.pm | 3 +++ 1 file changed, 3 insertions(+) --- a/Koha/CirculationRules.pm +++ a/Koha/CirculationRules.pm @@ -100,6 +100,9 @@ our $RULE_KINDS = { hardduedatecompare => { scope => [ 'branchcode', 'categorycode', 'itemtype' ], }, + holds_per_day => { + scope => [ 'branchcode', 'categorycode', 'itemtype' ], + }, holds_per_record => { scope => [ 'branchcode', 'categorycode', 'itemtype' ], }, --