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

--- Comment #12 from Emmi Takkinen <emmi.takki...@koha-suomi.fi> ---
Created attachment 164239
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=164239&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/Koha/Biblio.t

Signed-off-by: David Nind <da...@davidnind.com>
Signed-off-by: Emmi Takkinen <emmi.takki...@koha-suomi.fi>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to