From 36c007f8e9fe484131ab0dc66fbd7b5fc04b6902 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Fri, 5 Dec 2025 16:30:00 -0500 Subject: [PATCH] Bug 41190: Add space in "Default checkout, hold and return policy" title This patch adds a space in the title "Default checkout, hold and return policy" in the circulation rules page. To test: 1. Go to Administration > Circulation and fine rules 2. Select a library (e.g. Centerville) 3. Scroll down to the second table --> Note the title of the section is "Default checkout, hold and return policyfor Centerville" with a space missing between "policy" and "for" 4. Apply the patch 5. Refresh the page --> The title should now look normal with all the spaces! "Default checkout, hold and return policy for Centerville" Signed-off-by: David Nind --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt index bd0526017d..3742832e13 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt @@ -657,7 +657,7 @@ >
-

Default checkout, hold and return policy[% IF humanbranch %]for [% Branches.GetName( humanbranch ) | html %][% END %]

+

Default checkout, hold and return policy [% IF humanbranch %]for [% Branches.GetName( humanbranch ) | html %][% END %]

You can set a default maximum number of checkouts, hold policy and return policy that will be used if none is defined below for a particular item type or category.

[% INCLUDE 'csrf-token.inc' %] -- 2.39.5