]> git.koha-community.org Git - koha.git/commit
Bug 36317: Koha::Biblio->host_items must use me.itemnumber
authorFridolin Somers <fridolin.somers@biblibre.com>
Thu, 14 Mar 2024 10:24:54 +0000 (11:24 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Tue, 29 Oct 2024 07:46:37 +0000 (08:46 +0100)
commita9964bc8a9f89d8da00e5056ceb3f06cf551ce72
treefccbb9a7b083f0a3cb847ae20f5c8a906e91b319
parentd193455ec20e75721179c80c9d00c6163d2aef24
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 <david@davidnind.com>
Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Biblio.pm