https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32748
--- Comment #17 from Katrin Fischer <[email protected]> --- (In reply to Jonathan Druart from comment #16) > Failing QA for comment 12. Thibaud, avoid GROUP_CONCAT, and just don't > display the libraries from where the value is limited. > > Also you should cache using the branchcode in the cache key, or you will get > random wrong results. Maybe to explain: GROUP_CONCAT creates an issue with <strict_sql_modes>1</strict_sql_modes>. If you have turned that off in koha-conf.xml you'll not see the error until you turn it back on. -- 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/
