From a0564da2f893228fc3525a3839b163260f611156 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 18 Jul 2023 14:28:27 -0300 Subject: [PATCH] Bug 33028: (QA follow-up) Tidy introduced code Signed-off-by: Tomas Cohen Arazi --- Koha/CirculationRules.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/CirculationRules.pm b/Koha/CirculationRules.pm index 38cd6a26b02..8065cf827f5 100644 --- a/Koha/CirculationRules.pm +++ b/Koha/CirculationRules.pm @@ -104,7 +104,7 @@ our $RULE_KINDS = { fine => { scope => [ 'branchcode', 'categorycode', 'itemtype' ], is_monetary => 1, - }, + }, finedays => { scope => [ 'branchcode', 'categorycode', 'itemtype' ], }, @@ -163,7 +163,7 @@ our $RULE_KINDS = { overduefinescap => { scope => [ 'branchcode', 'categorycode', 'itemtype' ], is_monetary => 1, - }, + }, renewalperiod => { scope => [ 'branchcode', 'categorycode', 'itemtype' ], }, -- 2.41.0