]> git.koha-community.org Git - koha.git/commit
Bug 31095: Remove GetDebarments from tools/modborrowers.pl
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 24 Aug 2022 15:30:43 +0000 (16:30 +0100)
committerMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Wed, 1 Feb 2023 15:36:33 +0000 (15:36 +0000)
commit49664013b16b7047044f1bd108c06ba61c89f540
tree8fb5d4c76bbe0240111b0b41d1c5401fa6e19e90
parentb0082f0ba6a033363013950037cdc085a7199ea0
Bug 31095: Remove GetDebarments from tools/modborrowers.pl

This patch removes GetDebarments from the modborrowers tool controller
and replaces it with $patron->restrictions as appropriate.

Test plan
1. Confirm that the 'Batch patron modification' tool pages still load
   and perform as expected.

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>
(cherry picked from commit e44c5146d367a6c4b76ef5c03446ba34574642ee)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
tools/modborrowers.pl