From a1fe4d21cc6c14cdcd7b203873f6ca46a72c80e9 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 21 Nov 2025 14:39:13 +0000 Subject: [PATCH] Bug 40205: data-categorycode should always be set to ALL To test: 1. Add at least one rule to the default-circulation-rules table that contains a patron category. 2. Now add a "Default checkout, hold and return policy" rule. 3. Inspect the "Unset" button: Unset 4. APPLY PATCH and clear browser cache 5. Try again, this time you should be able to delete the rule. Signed-off-by: Trevor Diamond --- 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 a1b9d79a41e..bd0526017da 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 @@ -801,7 +801,7 @@ [% IF ( default_checkout_hold_and_return_policy ) %] - Unset + Unset [% END %] -- 2.39.5