Bugzilla – Attachment 43374 Details for
Bug 14975
Fine grace period label is incorrect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14975 - Fine grace period label is incorrect
Bug-14975---Fine-grace-period-label-is-incorrect.patch (text/plain), 2.20 KB, created by
Jonathan Druart
on 2015-10-13 09:57:05 UTC
(
hide
)
Description:
Bug 14975 - Fine grace period label is incorrect
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-10-13 09:57:05 UTC
Size:
2.20 KB
patch
obsolete
>From 7d3bca2f21be1216eb1c58458981592874f7363b Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 7 Oct 2015 12:15:22 -0400 >Subject: [PATCH] Bug 14975 - Fine grace period label is incorrect >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >The column heading for grace period is "Fine grace period (day)" but the >grace period works based on the unit selected ( hours or days ). The >"(day)" part should be removed as it caused confusion for librarians. > >Test Plan: >1) Apply this patch >2) Go to the circ rules editor >3) Note the header and footer columns for grace period no longer > have "(days)" at the end. > >Signed-off-by: Marc Véron <veron@veron.ch> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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 84ffcd8..58cf409 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 >@@ -147,7 +147,7 @@ for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde > <th>Hard due date</th> > <th>Fine amount</th> > <th>Fine charging interval</th> >- <th>Fine grace period (day)</th> >+ <th>Fine grace period</th> > <th>Overdue fines cap (amount)</th> > <th>Suspension in days (day)</th> > <th>Max. suspension duration (day)</th> >@@ -309,7 +309,7 @@ for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde > <th>Hard due date</th> > <th>Fine amount</th> > <th>Fine charging interval</th> >- <th>Fine grace period (day)</th> >+ <th>Fine grace period</th> > <th>Overdue fines cap (amount)</th> > <th>Suspension in days (day)</th> > <th>Max. suspension duration (day)</th> >-- >2.1.0
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 14975
:
43195
|
43343
| 43374