https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33568
--- Comment #177 from Marcel de Rooy <[email protected]> --- Just adding a late comment here. But this patch resolves the following warning (still seeing it under 23.11): [2025/03/12 14:01:11] [WARN] DBIx::Class::ResultSet::_construct_results(): Unable to properly collapse has_many results in iterator mode due to order criteria - performed an eager cursor slurp underneath. Consider using ->all() instead at /usr/share/koha/Koha/Objects.pm line 319 The unneeded prefetch of branchtransfers being the culprit. -- 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/
