http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10186 Bug ID: 10186 Summary: Typo in subscription-add.tt (years vs year) Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: mathieu.saby@univ-rennes2.fr Typo to fix in koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt replace "2/years" with "2/year" in this block : [% IF ( periodicity9 ) %] <option value="9" selected="selected">2/years</option> [% ELSE %] <option value="9">2/year</option> [% END %] M. Saby -- You are receiving this mail because: You are watching all bug changes.