Bugzilla – Attachment 144095 Details for
Bug 31233
Fine grace period in circulation conditions is misnamed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31233: Amend 'fine grace period' as it's also used for suspensions
Bug-31233-Amend-fine-grace-period-as-its-also-used.patch (text/plain), 2.16 KB, created by
Katrin Fischer
on 2022-11-19 21:01:28 UTC
(
hide
)
Description:
Bug 31233: Amend 'fine grace period' as it's also used for suspensions
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-11-19 21:01:28 UTC
Size:
2.16 KB
patch
obsolete
>From 81e45254db55054d0d36e257115130bf3612f96b Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 19 Nov 2022 20:57:55 +0000 >Subject: [PATCH] Bug 31233: Amend 'fine grace period' as it's also used for > suspensions > >The grace period setting in circulation rules is not only used >for fines, but also for suspensions. So the label 'Fine grace period' >is a little misleading. > >This patch updates it to "Fine/suspension grace period". > >To test: >* Go to Administration > Circulation rules >* Verify the description is "Fine grace period" in the big table >* Apply patch >* Verify the description now changed to "Fine/suspension grace period" > >https://bugs.koha-community.org/show_bug.cgi?id=32261 >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 593b9dab8e..2fba8747e4 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 >@@ -127,7 +127,7 @@ > <th>Fine amount</th> > <th>Fine charging interval</th> > <th>When to charge</th> >- <th>Fine grace period</th> >+ <th>Fine/suspension grace period</th> > <th>Overdue fines cap (amount)</th> > <th>Cap fine at replacement price</th> > <th>Suspension in days (day)</th> >@@ -566,7 +566,7 @@ > <th>Fine amount</th> > <th>Fine charging interval</th> > <th>Charge when?</th> >- <th>Fine grace period</th> >+ <th>Fine/suspension grace period</th> > <th>Overdue fines cap (amount)</th> > <th>Cap fine at replacement price</th> > <th>Suspension in days (day)</th> >-- >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 31233
:
144095
|
144114
|
144698