Bug 31095: Remove GetDebarments from Koha::Patron::Debarments
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 25 Aug 2022 09:22:39 +0000 (10:22 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 31 Jan 2023 13:19:40 +0000 (10:19 -0300)
commit7c1ffd2b11501fdcedb8e7dd2e2838283c847ede
tree8997aae798c23e33e0b9377591d8c846f7a59513
parent52c786205e00afb17d0757483c157387dd229445
Bug 31095: Remove GetDebarments from Koha::Patron::Debarments

This patch finally removes GetDebarments from the codebase.

Test plan
1. Confirm GetDebarments is no longer mentioned in the codebase. `git
   grep GetDebarments`
2. Confirm t/db_dependent/Patron/Borrower_Debarments.t continues to pass

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Patron/Debarments.pm