From 372b1abae3d811e1266561fcbef6388618120df2 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 16 Jul 2023 11:29:19 +0000 Subject: [PATCH] Bug 31731: (QA follow-up) Add pull down to DefaultLongOverdueLostValue and DefaultLongOverdueChargeValue preferences Adds LOST pull downs to 2 more preferences. Signed-off-by: Katrin Fischer --- .../prog/en/modules/admin/preferences/circulation.pref | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index 4a2975f51b..775711bc52 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -420,7 +420,8 @@ Circulation: - - By default, set the LOST value of an item to - pref: DefaultLongOverdueLostValue - class: integer + choices: authval + source: LOST - when the item has been overdue for more than - pref: DefaultLongOverdueDays class: integer @@ -432,7 +433,8 @@ Circulation: - - "Charge a lost item to the patron's account when the LOST value of the item changes to:" - pref: DefaultLongOverdueChargeValue - class: integer + choices: authval + source: LOST -
Leave this field empty if you don't want to charge the patron for lost items. -
(Used when the longoverdue.pl script is called without the --charge parameter) - "
NOTE: This system preference requires the misc/cronjobs/longoverdue.pl cronjob. Ask your system administrator to schedule it." -- 2.30.2