[Koha-bugs] [Bug 36317] Koha::Biblio->host_items fails with search_ordered()

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 14 11:26:17 CET 2024


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

--- Comment #2 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Created attachment 163131
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163131&action=edit
Bug 36317: Koha::Biblio->host_items must use me.itemnumber

Koha::Biblio->host_items fails with search_ordered() because of ambiguous
column 'itemnumber' in where clause.
It must use me.itemnumber like in Koha::Biblio->items

Test plan :
prove t/db_dependent/Biblio.t

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


More information about the Koha-bugs mailing list