From b34791b001d0c4261234806361d62e3335e52622 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Mon, 2 Sep 2024 16:24:56 +0000 Subject: [PATCH] Bug 34440: bookings_lead_period and bookings_trail_period cant be set at categorycode level Follow Joubu's test plan. It should no longer fail. Error from eval Koha::CirculationRules->set_rules($params) at onboarding.pl was: set_rule cannot set 'bookings_trail_period' for a 'categorycode'! at /kohadevbox/koha/installer/onboarding.pl line 301. Signed-off-by: Martin Renvoize --- installer/onboarding.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/installer/onboarding.pl b/installer/onboarding.pl index 38fe3badf5..d5b8bee041 100755 --- a/installer/onboarding.pl +++ b/installer/onboarding.pl @@ -288,8 +288,6 @@ if ( $step == 5 ) { recall_overdue_fine => undef, recall_shelf_time => undef, holds_pickup_period => undef, - bookings_lead_period => undef, - bookings_trail_period => undef, } }; -- 2.39.5