http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10186 --- Comment #2 from David Cook <dcook@prosentient.com.au> --- Created attachment 18013 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18013&action=edit 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. -- You are receiving this mail because: You are watching all bug changes.