| Summary: | Move bibliographic related code to Koha::Biblio | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | ASSIGNED --- | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | victor |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18269 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Bug Depends on: | 17629, 17631, 18255, 18256, 18259, 18260, 18262, 18276, 18277, 19940, 19943, 24430, 37380 | ||
| Bug Blocks: | 15449 | ||
|
Description
Jonathan Druart
2016-11-15 11:07:14 UTC
Bug 17629 - Koha::Biblio - Remove ModBiblioframework Bug 17631 - Koha::Biblio - Remove GetHolds Bug 18255 - Koha::Biblio - Remove GetBiblioItemByBiblioNumber Bug 18259 - Koha::Biblio - Remove GetSubscriptionsId Bug 18262 - Koha::Biblios - Remove GetBiblioData - part 1 Bug 18276 - Koha::Biblio - Remove GetBiblioFromItemNumber Bug 18277 - Koha::Biblio - Remove GetBiblionumberFromItemnumber Bug 19940 - Koha::Biblio - Remove GetBiblioItemInfosOf Bug 19943 - Koha::Biblio - Remove GetBiblioItemData Hi. This can be closed right? Or is there still more bibliographic related code in the wild? % git grep -c '^sub' C4/Biblio.pm C4/Biblio.pm:63 Still a lot :) All depending bugs have been closed by now, can we close this as well? (In reply to Katrin Fischer from comment #11) > All depending bugs have been closed by now, can we close this as well? Same as previous comment, a lot is still missing. |