http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15381 Bug ID: 15381 Summary: Move the authority types related code to Koha::Authority::Type[s] - part 2 Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart@bugs.koha-community.org Reporter: jonathan.druart@bugs.koha-community.org QA Contact: testopia@bugs.koha-community.org Depends on: 15379, 15380 In this second part, the following subroutines from C4::Koha will be removed by using methods from Koha::Authorit[y|ies] and Koha::Authority::Type[s]: - Koha::getauthtypes - Koha::getauthtype - C4::AuthoritiesMarc::GetAuthType - C4::AuthoritiesMarc::GetAuthTypeCode Then Koha::Authority::Type[s] will be used in different modules and scripts to replace SQL queries: - C4/AuthoritiesMarc.pm - admin/auth_subfields_structure.pl - admin/marc_subfields_structure.pl Referenced Bugs: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15379 [Bug 15379] Move the authority types related code to Koha::Authority::Type[s] http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15380 [Bug 15380] Move the authority types related code to Koha::Authority::Type[s] - part 1 -- You are receiving this mail because: You are watching all bug changes.