https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34684
--- Comment #8 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ 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/
