t/db_dependent/Circulation/GetTopIssues.t is failing in Jenkins DBD::mysql::st execute failed: Column 'biblioitemnumber' cannot be null [for Statement "..."] at /srv/jenkins/workspace/Koha_Master_U14/C4/Items.pm line 2205.
Created attachment 44647 [details] [review] Bug 15158: Fix t/db_dependent/Circulation/GetTopIssues.t create_biblio was returning biblioitemnumber instead of biblionumber. This can cause problems when biblionumber and biblioitemnumber are not the same.
Created attachment 44649 [details] [review] Bug 15158: Fix t/db_dependent/Circulation/GetTopIssues.t create_biblio was returning biblioitemnumber instead of biblionumber. This can cause problems when biblionumber and biblioitemnumber are not the same. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Created attachment 44657 [details] [review] Bug 15158: Fix t/db_dependent/Circulation/GetTopIssues.t create_biblio was returning biblioitemnumber instead of biblionumber. This can cause problems when biblionumber and biblioitemnumber are not the same. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Patch pushed to master. Thanks Julian!