https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24713 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com --- Comment #4 from Nick Clemens <nick@bywatersolutions.com> --- To recreate: 1 - Set AmazonCoverImages to "Show" 2 - Set AmazonCoverImages to "Don't show" 3 - Check the DB, the pref is now "" select * from systempreferences where variable like '%amazoncover%'; 4 - Do a search on the staff client 5 - Note checkboxes are missing and there is a JS error I wonder if the problem is that we set the value for "Don't show" as "" (blank string) instead of 0 -- You are receiving this mail because: You are watching all bug changes.