From 58b71ff71d0e13d4040c673ab534cb5d0c9bbf14 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 21 Feb 2019 17:50:29 -0300 Subject: [PATCH] Bug 18936: new holds_per_day --- Koha/CirculationRules.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Koha/CirculationRules.pm b/Koha/CirculationRules.pm index 9d38f19a16..fef76be068 100644 --- a/Koha/CirculationRules.pm +++ b/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' ], }, -- 2.11.0