Bugzilla – Attachment 18018 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.61 KB, created by
Marcel de Rooy
on 2013-05-08 11:46:09 UTC
(
hide
)
Description:
Bug 10186: Fix a typo in subscription-add.tt : 2/years should be 2/year
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2013-05-08 11:46:09 UTC
Size:
1.61 KB
patch
obsolete
>From f2376c5d05200dcef05453489798823163f025c1 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 >Content-Type: text/plain; charset=utf-8 > >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. >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > .../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.6
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