Bugzilla – Attachment 17479 Details for
Bug 9818
"Overdue Fines Cap ($)" should not use $ (I18N)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9818: Fixing capitalization and remove dollar sign
Bug-9818-Fixing-capitalization-and-remove-dollar-s.patch (text/plain), 1.42 KB, created by
Chris Cormack
on 2013-04-15 21:15:36 UTC
(
hide
)
Description:
Bug 9818: Fixing capitalization and remove dollar sign
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2013-04-15 21:15:36 UTC
Size:
1.42 KB
patch
obsolete
>From 141b4b2828b5d33668866c8660fab3315df5e94f Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Mon, 15 Apr 2013 06:21:55 +0200 >Subject: [PATCH] Bug 9818: Fixing capitalization and remove dollar sign > >Overdue Fines Cap ($) > Overdue fines cap (amount) > >To test: >Go to administration > circulation and fine rules >Check column label Overdue fines cap now follows capitalization rules >and has no dollar sign. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 2 +- > 1 file changed, 1 insertion(+), 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 c52b77e..1c83cc0 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 >@@ -146,7 +146,7 @@ for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde > <th>Fine amount</th> > <th>Fine charging interval</th> > <th>Fine grace period (day)</th> >- <th>Overdue Fines Cap ($)</th> >+ <th>Overdue fines cap (amount)</th> > <th>Suspension in days (day)</th> > <th>Renewals allowed (count)</th> > <th>Renewal period</th> >-- >1.7.10.4
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 9818
:
17432
|
17460
|
17478
|
17479
|
17669