]> git.koha-community.org Git - koha.git/commit
Bug 36453: effective_BlockExpiredPatronOpacActions_contains method
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Tue, 26 Mar 2024 17:12:49 +0000 (17:12 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 11 Jun 2024 08:17:18 +0000 (09:17 +0100)
commit679281e4ef4553c23612a399edfa3801b64e9433
treeeb53a808143197c07e551fec2cfac8a95062313d
parentd7cfb68eedc62e32d25782b083cdf823302d6f43
Bug 36453: effective_BlockExpiredPatronOpacActions_contains method

effective_BlockExpiredPatronOpacActions
is now
effective_BlockExpiredPatronOpacActions_contains

This method has been updated to now consider an action param.
Returns true if the given action is to be blocked to expired
patrons or not.

Signed-off-by: Arthur Suzuki <arthur.suzuki@biblibre.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Patron/Category.pm