From 9036b0a4172cb775c19bb16b8db0c85bc04e499a Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Tue, 26 Mar 2024 17:15:49 +0000 Subject: [PATCH] Bug 36453: BlockExpiredPatronOpacActions system preference The sys pref now allows multipleselect values instead of YesNo Signed-off-by: Arthur Suzuki Signed-off-by: Martin Renvoize --- .../prog/en/modules/admin/preferences/opac.pref | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index d1fd38b3f2..ee039053e0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -641,9 +641,9 @@ OPAC: - "OPAC users to share private lists with other patrons." - - pref: BlockExpiredPatronOpacActions - choices: - 1: "Block" - 0: "Don't block" + multiple: + renew: "Renewing an item" + hold: "Placing a hold on an item" - expired patrons from OPAC actions such as placing a hold or renewing. Note that the setting for a patron category takes priority over this system preference. - - The cleanup_database.pl cronjob automatically deletes unaccepted private list share invites after -- 2.39.5