From 77ff9da4b04fd745ade5d4ed01d4da69ab658903 Mon Sep 17 00:00:00 2001 From: Mathieu Saby 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 Trivial change. Works as described. Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton (cherry picked from commit cf2f95f0607f5bc20f757a6de7effd93334576fa) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 684421809a332bde4778ab06e6cb2bfd09b3b599) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 684421809a332bde4778ab06e6cb2bfd09b3b599) --- .../intranet-tmpl/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 35d418727c..2b995a11fc 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 ) %] - + [% ELSE %] [% END %] -- 2.39.5