Bug 17824

Summary: Remove C4::Members::GetBorrowersWhoHaveNeverBorrowed
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: julian.maurice, katrin.fischer, kyle
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 16846    
Attachments: Bug 17824: Remove C4::Members::GetBorrowersWhoHaveNeverBorrowed
Bug 17824: Remove C4::Members::GetBorrowersWhoHaveNeverBorrowed
Bug 17824: Remove C4::Members::GetBorrowersWhoHaveNeverBorrowed

Description Jonathan Druart 2016-12-29 09:38:29 UTC
This subroutine is no longer in used and can be removed.
Comment 1 Jonathan Druart 2016-12-29 09:43:15 UTC
Created attachment 58484 [details] [review]
Bug 17824: Remove C4::Members::GetBorrowersWhoHaveNeverBorrowed

This subroutine is no longer in used and can be removed.

Test plan:
  git grep GetBorrowersWhoHaveNeverBorrowed
must not return any results
Comment 2 Mark Tompsett 2017-01-03 05:10:58 UTC
Created attachment 58560 [details] [review]
Bug 17824: Remove C4::Members::GetBorrowersWhoHaveNeverBorrowed

This subroutine is no longer in used and can be removed.

Test plan:
  git grep GetBorrowersWhoHaveNeverBorrowed
must not return any results

NOTE: grep -i getborrowerswhohave `find . -type f`
      works well enough to find the cleanborrowers.pl too.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Comment 3 Julian Maurice 2017-01-18 10:59:13 UTC
Created attachment 59153 [details] [review]
Bug 17824: Remove C4::Members::GetBorrowersWhoHaveNeverBorrowed

This subroutine is no longer in used and can be removed.

Test plan:
  git grep GetBorrowersWhoHaveNeverBorrowed
must not return any results

NOTE: grep -i getborrowerswhohave `find . -type f`
      works well enough to find the cleanborrowers.pl too.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Comment 4 Kyle M Hall 2017-01-20 14:23:56 UTC
Pushed to master for 17.05, thanks Jonathan!
Comment 5 Katrin Fischer 2017-01-22 20:33:25 UTC
This won't get ported back to 16.11.x as it is an enhancement.