Bugzilla – Attachment 46989 Details for
Bug 15628
Remove get_branchinfos_of vestiges
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15628: Remove get_branchinfos_of vestiges
Bug-15628-Remove-getbranchinfosof-vestiges.patch (text/plain), 1.23 KB, created by
Jonathan Druart
on 2016-01-20 11:29:38 UTC
(
hide
)
Description:
Bug 15628: Remove get_branchinfos_of vestiges
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-01-20 11:29:38 UTC
Size:
1.23 KB
patch
obsolete
>From 3efd34124d7bb55ebe1e49b76d4240176fdad5ad Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 20 Jan 2016 11:28:54 +0000 >Subject: [PATCH] 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. >--- > C4/Branch.pm | 1 - > t/db_dependent/Branch.t | 1 - > 2 files changed, 2 deletions(-) > >diff --git a/C4/Branch.pm b/C4/Branch.pm >index 7e8b187..ae2216a 100644 >--- a/C4/Branch.pm >+++ b/C4/Branch.pm >@@ -34,7 +34,6 @@ BEGIN { > &GetBranches > &GetBranchesLoop > &GetBranchDetail >- &get_branchinfos_of > &ModBranch > &GetBranchInfo > &GetBranchesInCategory >diff --git a/t/db_dependent/Branch.t b/t/db_dependent/Branch.t >index 9076a2d..7c7ed75 100644 >--- a/t/db_dependent/Branch.t >+++ b/t/db_dependent/Branch.t >@@ -39,7 +39,6 @@ can_ok( > GetBranches > GetBranchesLoop > GetBranchDetail >- get_branchinfos_of > ModBranch > GetBranchInfo > GetBranchesInCategory >-- >2.1.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15628
:
46989
|
47023
|
47209