Bugzilla – Attachment 165394 Details for
Bug 36510
Add CircControl information to circulation and fine rules page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36510: Add CircControl and HomeOrHoldingBranch settings to smart-rules
Bug-36510-Add-CircControl-and-HomeOrHoldingBranch-.patch (text/plain), 1.85 KB, created by
Nick Clemens (kidclamp)
on 2024-04-23 13:15:30 UTC
(
hide
)
Description:
Bug 36510: Add CircControl and HomeOrHoldingBranch settings to smart-rules
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-04-23 13:15:30 UTC
Size:
1.85 KB
patch
obsolete
>From 1c4f9651746154c113e65c7689346ce769e15bfb Mon Sep 17 00:00:00 2001 >From: Andrew Fuerste Henry <andrewfh@dubcolib.org> >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 <mspinney@clamsnet.org> >Signed-off-by: hebah <hebah@bywatersolutions.com> >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > 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 1109b0e99ce..6e792e0cc06 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.</p> > <p>To modify a rule, create a new one with the same patron category and item type.</p> >+ <p>The circulation and fine rules are applied based on the CircControl system preference which is set to <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=CircControl">[% Koha.Preference('CircControl') | html %]</a> and the HomeOrHoldingBranch system preference which is set to <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=HomeOrHoldingBranch">[% Koha.Preference('HomeOrHoldingBranch') | html %]</a>.</p> > </div> > > <div class="page-section"> >-- >2.39.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36510
:
164439
|
164441
|
164478
| 165394