Bugzilla – Attachment 52040 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.53 KB, created by
Chris Cormack
on 2016-06-04 09:32:34 UTC
(
hide
)
Description:
Bug 16537 - Overdue and Status triggers grammar
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2016-06-04 09:32:34 UTC
Size:
1.53 KB
patch
obsolete
>From 8f8db476f9ec64dc0754891cf4f2ed53d1ad426e 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 > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > 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> >-- >2.1.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