Bugzilla – Attachment 141227 Details for
Bug 25426
Allow return policy to be selected via syspref and not just home library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25426: (QA follow-up) Update notes on circulation rules page for new pref
Bug-25426-QA-follow-up-Update-notes-on-circulation.patch (text/plain), 2.13 KB, created by
Katrin Fischer
on 2022-10-03 10:16:37 UTC
(
hide
)
Description:
Bug 25426: (QA follow-up) Update notes on circulation rules page for new pref
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-10-03 10:16:37 UTC
Size:
2.13 KB
patch
obsolete
>From fdaa4b56dedbb337a80599de7d7a855ec51b3b82 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 3 Oct 2022 12:14:20 +0200 >Subject: [PATCH] Bug 25426: (QA follow-up) Update notes on circulation rules > page for new pref > >This adds a note to the circulation rules page that already >explained about ReservesControlBranch to also include information >about the new CircControlReturnsBranch system preference. >--- > .../intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 6 +++++- > 1 file changed, 5 insertions(+), 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 ff0a54a56b..1360e5fbf5 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 >@@ -1202,7 +1202,11 @@ > <li><strong>No holds allowed:</strong> No patron may put this book on hold.</li> > </ul> > <p><strong>Note: </strong>If the system preference 'AllowHoldPolicyOverride' is enabled, these policies can be overridden by your circulation staff.</br /> >- <strong>Important: </strong>The policies are applied based on the ReservesControlBranch system preference which is set to <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReservesControlBranch">[% Koha.Preference('ReservesControlBranch') | html %]</a>. >+ <strong>Important:</strong> >+ <ul> >+ <li>The hold policies are applied based on the ReservesControlBranch system preference which is set to <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReservesControlBranch">[% Koha.Preference('ReservesControlBranch') | html %]</a>.</li> >+ <li>The return policy is applied based on the CircControlReturnsBranch system preference which is set to <a href=""/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=CircControlReturnsBranch">[% Koha.Preference('CircControlReturnsBranch') | html %]</a>.</li> >+ </ul> > </p> > > <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl"> >-- >2.30.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 25426
:
139798
|
139802
|
139964
|
141224
|
141225
|
141226
| 141227