https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34684 --- Comment #8 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Fresh ktd, origin/master Server version: 10.5.22-MariaDB-1:10.5.22+maria~ubu2004 mariadb.org binary distribution MariaDB [koha_kohadev]> select value from systempreferences where variable="DisplayClearScreenButton"; +-------+ | value | +-------+ | no | +-------+ 1 row in set (0.000 sec) MariaDB [koha_kohadev]> UPDATE systempreferences SET options = 'no|issueslip|issueqslip', type = 'Choice', value = CASE value WHEN 1 THEN 'issueslip' ELSE 'no' END; ERROR 1292 (22007): Truncated incorrect DECIMAL value: '' Nothing else. -- You are receiving this mail because: You are watching all bug changes.