@@ -, +, @@ DefaultLongOverdueLostValue and DefaultLongOverdueChargeValue preferences --- .../prog/en/modules/admin/preferences/circulation.pref | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ a/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." --