From 3200be2c390558ecb74f6419460b6cb3c840b175 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=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Minna Kivinen Signed-off-by: Joonas Kylmälä --- 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