[Bug 12388] IssueSlip output should be sorted by date_due, not timestamp
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12388 Joonas Kylmälä <joonas.kylmala@iki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #17 from Joonas Kylmälä <joonas.kylmala@iki.fi> --- Running prove t/db_dependent/Members/IssueSlip.t gives the following warning: t/db_dependent/Members/IssueSlip.t .. 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 /kohadevbox/koha/Koha/Objects.pm line 312 Can you also please clone $tomorrow and $yesterday from $today, and subtract/add one day? This prevents the race condition that could happen in the unit tests when the time is 23:59. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org