Bug 14975: Fine grace period label is incorrect
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 7 Oct 2015 16:15:22 +0000 (12:15 -0400)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 13 Oct 2015 15:18:09 +0000 (12:18 -0300)
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>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt

index 38d82d5..01fe3ff 100644 (file)
@@ -148,7 +148,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>
@@ -317,7 +317,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>