]> git.koha-community.org Git - koha.git/commit
Bug 34440: bookings_lead_period and bookings_trail_period cant be set at categorycode...
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Mon, 2 Sep 2024 16:24:56 +0000 (16:24 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 3 Sep 2024 04:22:12 +0000 (05:22 +0100)
commitb34791b001d0c4261234806361d62e3335e52622
treeb9b4cbd6dd89aec15120df33bb85aa6f16d21272
parente2ce99e3d5c7dd6c1bc060593a9fb7dfb812962c
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 <martin.renvoize@ptfs-europe.com>
installer/onboarding.pl