Skip to content

Commit

Permalink
Bug 34440: bookings_lead_period and bookings_trail_period cant be set…
Browse files Browse the repository at this point in the history
… 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>
  • Loading branch information
ammopt authored and mrenvoize committed Sep 3, 2024
1 parent e2ce99e commit b34791b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions installer/onboarding.pl
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,6 @@
recall_overdue_fine => undef,
recall_shelf_time => undef,
holds_pickup_period => undef,
bookings_lead_period => undef,
bookings_trail_period => undef,
}
};

Expand Down

0 comments on commit b34791b

Please sign in to comment.