[Koha-bugs] [Bug 34684] 220600007.pl is failing if run twice

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 6 14:24:56 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34684

--- Comment #8 from Jonathan Druart <jonathan.druart+koha at 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.


More information about the Koha-bugs mailing list