From 6ac6029599eb6efb4079bc666bae10005ab6773c 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 Content-Type: text/plain; charset=utf-8 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 Signed-off-by: Marcel de Rooy --- 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 a1b9d79a41..bd0526017d 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