https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34938
--- Comment #6 from Lucas Gass <[email protected]> --- (In reply to Kristi from comment #4) > In testing, when I go to Circulation > Holds ratios, I get the errors in the > attached screenshot. > If this is user error on my part, please let me know how I can adjust. Kristi, this is the thing I mention here: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34938#c2 KTD and the sandboxes are set by default with SQL strict mode enabled. Since the code in reserveratios.pl contains several GROUP BY's it fails with strict mode 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/
