https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24713
Nick Clemens <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Nick Clemens <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
