[Koha-bugs] [Bug 17748] Show due date in item search results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 25 01:19:11 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17748

--- Comment #37 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Created attachment 132201
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=132201&action=edit
Bug 17748: (follow-up) Stronger unit tests

Before this patch, unit tests perform an item search assuming there is
no checked-out items in database.
This is correct for a fresh reseted database.
But if you checkout any item then prove t/db_dependent/Items.t it will
fail.
We can see in this file that other tests use filter on generated
branchcode.

This patch adds filter to items.homebranch

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list