Bug 16913

Summary: C4::Members::GetBorrowersNamesAndLatest is not used
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Marcel de Rooy <m.de.rooy>
Severity: enhancement    
Priority: P5 - low CC: kyle, m.de.rooy, veron
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 16846    
Attachments: Bug 16913: Koha::Patrons - Remove GetBorrowersNamesAndLatestIssue
Bug 16913: Koha::Patrons - Remove GetBorrowersNamesAndLatestIssue
Bug 16913: Koha::Patrons - Remove GetBorrowersNamesAndLatestIssue

Description Jonathan Druart 2016-07-12 19:10:48 UTC
This subroutine has been added by
  commit 5904681faca77c87ff8071414d66e123a2d3baa9
  Date:   Wed Mar 19 10:11:12 2008 -0500
    CleanBorrowers fixing.
but has never been used.
It can be removed safely.
Comment 1 Jonathan Druart 2016-07-12 19:13:15 UTC Comment hidden (obsolete)
Comment 2 Marc Véron 2016-07-13 19:21:36 UTC Comment hidden (obsolete)
Comment 3 Marcel de Rooy 2016-07-15 07:17:18 UTC
Created attachment 53413 [details] [review]
Bug 16913: Koha::Patrons - Remove GetBorrowersNamesAndLatestIssue

This subroutine has been added by
  commit 5904681faca77c87ff8071414d66e123a2d3baa9
  Date:   Wed Mar 19 10:11:12 2008 -0500
    CleanBorrowers fixing.
but has never been used.
It can be removed safely.

Test plan:
  git grep GetBorrowersNamesAndLatestIssue
should not return any results.

Signed-off-by: Marc Véron <veron@veron.ch>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 4 Kyle M Hall 2016-07-15 18:18:52 UTC
Pushed to master for 16.11, thanks Jonathan!