https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42374 --- Comment #20 from Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> --- Created attachment 198195 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198195&action=edit Bug 42374: Remove buggy ISBN_RANGE_MESSAGE env variable value This patch removes an ISBN_RANGE_MESSAGE env variable that is accidentally set by Business::ISBN::Data. Test plan: - git checkout v25.11.03-2 - reset_all - git checkout -b 42374 origin/main - Apply the patch - restart_all - Go to staff interface (e.g. http://localhost:8081/) - Log into web installer - Click "Update your database" - Note it works - Repeat the process but instead of using the web installer use updatedatabase.pl directly (say through koha-upgrade-schema) Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> -- You are receiving this mail because: You are watching all bug changes.