Bugzilla – Attachment 17945 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]
[PATCH] Bug 10186: Fix a typo in subscription-add.tt : 2/years should be 2/year
0002-year.patch (text/plain), 1.42 KB, created by
Mathieu Saby
on 2013-05-04 09:16:37 UTC
(
hide
)
Description:
[PATCH] Bug 10186: Fix a typo in subscription-add.tt : 2/years should be 2/year
Filename:
MIME Type:
Creator:
Mathieu Saby
Created:
2013-05-04 09:16:37 UTC
Size:
1.42 KB
patch
obsolete
>From 0434113f7622f563ae7beb95806863ba39d8c000 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" > >--- > .../prog/en/modules/serials/subscription-add.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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.9.5 >
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