From 2675b01d0fe91c744e219f7204371e4fccb9716f Mon Sep 17 00:00:00 2001 From: Sam Lau Date: Wed, 21 Jun 2023 17:18:20 +0000 Subject: [PATCH] Bug 34071: Change the phrasing of 'automatic checkin' to fit consistent terminology This patch simply changes 'Automatic checkin' to be 'Automatic check-in'. Test plan: 1) Go to administration -> item types and click the edit button on an item. 2) Notice there is a checkbox labeled 'Automatic checkin'. 3) Apply patch. 4) Refresh the page and notice the checkbox now says 'Automatic check-in'. 5) prove t/db_dependent/Koha/Checkouts.t 6) Sign-off :) Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt index 452eb2790e..10d7701e3b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt @@ -242,7 +242,7 @@ Item types › Administration › Koha If checked, no item of this type can be issued. If not checked, every item of this type can be issued unless notforloan is set for a specific item.
  • - + [% IF itemtype.automatic_checkin %] [% ELSE %] @@ -396,7 +396,7 @@ Item types › Administration › Koha Processing fee (when lost) Checkin message Library limitations - Automatic checkin + Automatic check-in Actions [% FOREACH itemtype IN itemtypes %] -- 2.30.2