https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34684 --- Comment #10 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Jonathan Druart from comment #8)
MariaDB [koha_kohadev]> UPDATE systempreferences SET options = 'no|issueslip|issueqslip', type = 'Choice', value = CASE value WHEN 1 THEN 'issueslip' ELSE 'no' END;
Wouldnt recommend this update (without WHERE).. I see the error now too. Upgrade to 22.06.00.007 [14:34:13]: Bug 29129 - Update the DisplayClearnScreenButton system pref to allow for a choice between ISSUESLIP and ISSUEQSLIP ERROR - {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Truncated incorrect DECIMAL value: 'no' at /usr/share/koha/C4/Installer.pm line 741 -- You are receiving this mail because: You are watching all bug changes.