From cdb07c02c3730dd98427c930dc9f282bfeae3822 Mon Sep 17 00:00:00 2001 From: Andrew Fuerste Henry Date: Thu, 4 Apr 2024 21:28:11 +0000 Subject: [PATCH] Bug 36510: Add CircControl and HomeOrHoldingBranch settings to smart-rules To test: 1 - apply patch 2 - restart all 3 - load circ & fines rules, confirm syspref values show in the blue box of rules explanation 4 - change sysprefs and confirm values update on circ rules page Signed-off-by: Michelle Spinney Signed-off-by: hebah Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 1 + 1 file changed, 1 insertion(+) 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 1109b0e99c..6e792e0cc0 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 @@ -70,6 +70,7 @@ current checkouts allowed will be limited to either the maximum for the parent (counting sibling types) or the specific rule's type, whichever is less.

To modify a rule, create a new one with the same patron category and item type.

+

The circulation and fine rules are applied based on the CircControl system preference which is set to [% Koha.Preference('CircControl') | html %] and the HomeOrHoldingBranch system preference which is set to [% Koha.Preference('HomeOrHoldingBranch') | html %].

-- 2.39.5