Bug 16845 - C4::Members::ModPrivacy is not used
Bug 16847 - Remove C4::Members::GetTitles
Bug 16849 - Move IsDebarred to Koha::Patron->is_debarred
Bug 16850 - Move IsMemberBlocked to Koha::Patron
Bug 16851 - Move HasOverdues to Koha::Patron->has_overdues
Bug 16852 - Remove C4::Members::GetBorrowerCategorycode
Bug 16853 - Move changepassword to Koha::Patron->update_password
Bug 16889 - Move the ::columns subroutines to Koha::Objects->columns
Bug 16891 - Move MoveMemberToDeleted to Koha::Patron->move_to_deleted
Bug 16907 - Move DelMember and HandleDelBorrower to Koha::Patron
Bug 16908 - Koha::Patrons - Remove GetSortDetails
Bug 16909 - Koha::Patrons - Remove checkuniquemember
Bug 16911 - Koha::Patrons - Move ExtendMemberSubscriptionTo to ->extend_subscription
Bug 16912 - Koha::Patrons - Move AddEnrolmentFeeIfNeeded to add_enrolment_fee_if_needed
Bug 16913 - C4::Members::GetBorrowersNamesAndLatest is not used
Bug 16966 - Koha::Patrons - Move GetBorrowersWithIssuesHistoryOlderThan to search_patrons_to_anonymise
Bug 17553 - Move GetOverduesForPatron to Koha::Patron Bug 17554 - Move GetBorrowersWithEmail to Koha::Patron Bug 17556 - Move GetHideLostItemsPreference to Koha::Patron Bug 17557 - Move GetAge to Koha::Patron->get_age (and remove SetAge) Bug 17569 - Move GetUpcomingMembershipExpires to Koha::Patrons Bug 17578 - Replace GetMemberDetails with GetMember Bug 17588 - Move GetMemberIssuesAndFines to Koha::Patron
Bug 17824 - Remove C4::Members::GetBorrowersWhoHaveNeverBorrowed
Bug 17829 - Move GetMember to Koha::Patron
Bug 19303 - Move C4::Members::GetFirstValidEmailAddress to Koha::Patron->first_valid_email_address Bug 19304 - Move C4::Members::GetNoticeEmailAddress to Koha::Patron->notice_email_address
Bug 19933 - Move C4::Members::patronflags to the Koha namespace - part 1 Bug 19934 - Move C4::Members::patronflags to the Koha namespace - part 2
Bug 19935 - Move C4::Members::GetPendingIssues to the Koha namespace
Bug 19936 - Move Check_userid and Generate_Userid to Koha::Patron
Bug 12001 - GetMemberAccountRecords slows down display of patron details and checkout pages Will remove GetMemberAccountRecords and GetMemberAccountBalance
Bug 20287 - Move AddMember and ModMember to Koha::Patron
Bug 33940 - Move get_cardnumber_length and checkcardnumber to Koha
Bug 33947 - Move GetAllIssues to Koha
Bug 37844 - Remove C4::Members::DeleteUnverifiedOpacRegistrations
Bug 37845 - Remove C4::Members::DeleteExpiredOpacRegistrations