https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31994
--- Comment #7 from Olivier Hubert <[email protected]> --- I figured it out. The problem only occurs if the Default Display Length was never updated through column_settings.pl. When that is the case, the default display length is used, and that variable is a string, not an int, therefore causing the issue. To reproduce, add the following before Step 3 of the test plan: 2a: Run the following SQL query: DELETE FROM tables_settings WHERE tablename = 'table_item_type'; If someone can confirm reproduction on master, I will update the test plan accordingly. -- 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/
