From 51e000d6a4ce3ab0691b0e5e3d322d1555548cbe 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 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Minna Kivinen Signed-off-by: Joonas Kylmälä Signed-off-by: Martin Renvoize --- 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.39.5