Bugzilla – Attachment 18013 Details for
Bug 10186
Typo in subscription-add.tt (years vs year)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10186: Fix a typo in subscription-add.tt : 2/years should be 2/year
Bug-10186-Fix-a-typo-in-subscription-addtt--2years.patch (text/plain), 1.51 KB, created by
David Cook
on 2013-05-08 08:17:43 UTC
(
hide
)
Description:
Bug 10186: Fix a typo in subscription-add.tt : 2/years should be 2/year
Filename:
MIME Type:
Creator:
David Cook
Created:
2013-05-08 08:17:43 UTC
Size:
1.51 KB
patch
obsolete
>From 16c08be182d98ce0e21e1dec5e18d3c212db9e24 Mon Sep 17 00:00:00 2001 >From: Mathieu Saby <mathieu.saby@univ-rennes2.fr> >Date: Sat, 4 May 2013 11:07:55 +0200 >Subject: [PATCH] Bug 10186: Fix a typo in subscription-add.tt : 2/years > should be 2/year > >In subscription-add.tt dropdown list for periodiciy, the description for 9 value should be "2/year" (2 issues each year) >At present, if the option value is selected, it is "2/years". >This patch supresses the "s" after "year". > >To test : >- in a subscription, change periodicity to "2/year" >- save the subscription >- reopen it and check the value is labelled "2/year" > >Signed-off-by: David Cook <dcook@prosentient.com.au> > >Trivial change. Works as described. >--- > .../prog/en/modules/serials/subscription-add.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt >index 2f1dc7f..fb38113 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt >@@ -1216,7 +1216,7 @@ $(document).ready(function() { > [% END %] > > [% IF ( periodicity9 ) %] >- <option value="9" selected="selected">2/years</option> >+ <option value="9" selected="selected">2/year</option> > [% ELSE %] > <option value="9">2/year</option> > [% END %] >-- >1.7.7.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 10186
:
17945
|
18013
|
18014
|
18018