16 Apr
2026
16 Apr
'26
3:51 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42374 --- Comment #7 from David Cook <dcook@prosentient.com.au> --- Honestly, Koha::Plugins could really use an overhaul... it loads way too much stuff for just updating the database. It would be good if someone could explain why we need "use Koha::Plugins" in updatedatabase.pl instead of just that "require Koha::Plugins" for the old update. -- A hacky fix would be to remove $ENV{ISBN_RANGE_MESSAGE} before calling Business::ISBN. That would resolve the problem, but it's ugly. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.