| Summary: | t/db_dependent/Circulation/GetTopIssues.t is failing in Jenkins | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Julian Maurice <julian.maurice> |
| Component: | Test Suite | Assignee: | Julian Maurice <julian.maurice> |
| Status: | CLOSED FIXED | QA Contact: | Galen Charlton <gmcharlt> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | tomascohen |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
Bug 15158: Fix t/db_dependent/Circulation/GetTopIssues.t
Bug 15158: Fix t/db_dependent/Circulation/GetTopIssues.t Bug 15158: Fix t/db_dependent/Circulation/GetTopIssues.t |
||
|
Description
Julian Maurice
2015-11-09 13:47:19 UTC
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! |