Summary: | Remove get_branchinfos_of vestiges | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | brendan, f.demians, julian.maurice |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 7034 | ||
Bug Blocks: | 15293, 15629 | ||
Attachments: |
Bug 15628: Remove get_branchinfos_of vestiges
[SIGNED-OFF]Bug 15628: Remove get_branchinfos_of vestiges Bug 15628: Remove get_branchinfos_of vestiges |
Description
Jonathan Druart
2016-01-20 11:28:28 UTC
Created attachment 46989 [details] [review] Bug 15628: Remove get_branchinfos_of vestiges The C4::Branch::get_branchinfos_of subroutine has been removed by bug 7034, but 2 occurrences have been left git grep get_branchinfos_of C4/Branch.pm: &get_branchinfos_of t/db_dependent/Branch.t: get_branchinfos_of Test plan: git grep get_branchinfos_of should not return any occurrences. Created attachment 47023 [details] [review] [SIGNED-OFF]Bug 15628: Remove get_branchinfos_of vestiges The C4::Branch::get_branchinfos_of subroutine has been removed by bug 7034, but 2 occurrences have been left git grep get_branchinfos_of C4/Branch.pm: &get_branchinfos_of t/db_dependent/Branch.t: get_branchinfos_of Test plan: git grep get_branchinfos_of should not return any occurrences. Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Vestiges removed Created attachment 47209 [details] [review] Bug 15628: Remove get_branchinfos_of vestiges The C4::Branch::get_branchinfos_of subroutine has been removed by bug 7034, but 2 occurrences have been left git grep get_branchinfos_of C4/Branch.pm: &get_branchinfos_of t/db_dependent/Branch.t: get_branchinfos_of Test plan: git grep get_branchinfos_of should not return any occurrences. Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Vestiges removed Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Pushed to Master - Should be in the May 2016 release. Thanks! Patch pushed to 3.22.x, will be in 3.22.3 This patch has been pushed to 3.20.x, will be in 3.20.9. |