From d272c0330b2c767b9a337275162320dd4947d398 Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Sun, 29 Dec 2019 07:40:37 -0300 Subject: [PATCH] Bug 24054: Typo in ClaimReturnedWarningThreshold system preference Fixed type: cliams -> claims To test: 1) Apply the patch 2) Go to System preferences > Circulation preferences > ClaimReturnedWarningThreshold 3) Check the text is fixed. Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize Signed-off-by: Joy Nelson (cherry picked from commit b84aee8a0f636eddf0ac7bb2bdebce0b1c520407) Signed-off-by: Lucas Gass --- .../admin/preferences/circulation.pref | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 604623dca5..63784bc16f 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 @@ -1092,3 +1092,22 @@ Circulation: pages: Pages chapters: Chapters - + Return Claims: + - + - When marking a checkout as "claims returned", + - pref: ClaimReturnedChargeFee + default: ask + choices: + ask: ask if a lost fee should be charged + charge: charge a lost fee + no_charge: don't charge a lost fee + - . + - + - Use the LOST authorised value + - pref: ClaimReturnedLostValue + - to represent returns claims + - + - Warn librarians that a patron has excessive return claims if the patron has claimed the return of more than + - pref: ClaimReturnedWarningThreshold + class: integer + - items. -- 2.39.2