Bugzilla – Attachment 52039 Details for
Bug 16537
Overdue and Status triggers grammar
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16537 - Overdue and Status triggers grammar
Bug-16537---Overdue-and-Status-triggers-grammar.patch (text/plain), 1.48 KB, created by
Rocio Dressler
on 2016-06-04 09:28:51 UTC
(
hide
)
Description:
Bug 16537 - Overdue and Status triggers grammar
Filename:
MIME Type:
Creator:
Rocio Dressler
Created:
2016-06-04 09:28:51 UTC
Size:
1.48 KB
patch
obsolete
>From 51ff8db49936d35a8b37935f7fface4cd0925c02 Mon Sep 17 00:00:00 2001 >From: Rocio Dressler <rocio@bwstest.bywatersolutions.com> >Date: Sat, 4 Jun 2016 02:24:45 -0700 >Subject: [PATCH] Bug 16537 - Overdue and Status triggers grammar > >Test plan: > >1) Go to the staff client >2) Click on Tools - Overdue notice/status triggers >3) Confirm that the first sentence reads "a" checkout rather than "an" checkout >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt >index 190949a..4c06846 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt >@@ -35,7 +35,7 @@ $(document).ready(function() { > > <h1>Defining [% IF ( branch ) %]overdue actions for [% branch %][% ELSE %]default overdue actions[% END %]</h1> > <div class="help"> >- <p>Delay is the number of days after an checkout is due before an action is triggered. </p> >+ <p>Delay is the number of days after a checkout is due before an action is triggered. </p> > <p>If you want Koha to trigger an action (send a letter or restrict a member), a delay value is required.</p> > <p>Columns must be filled left to right: if the first column is blank, other columns will be ignored. </p> > </div> >-- >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 16537
:
52039
|
52040
|
52041