[Bug 10186] New: Typo in subscription-add.tt (years vs year)
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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10186 mathieu saby <mathieu.saby@univ-rennes2.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10186 mathieu saby <mathieu.saby@univ-rennes2.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard@myacpl.org |mathieu.saby@univ-rennes2.f | |r -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10186 --- Comment #1 from mathieu saby <mathieu.saby@univ-rennes2.fr> --- Created attachment 17945 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17945&action=edit [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" M. Saby -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10186 mathieu saby <mathieu.saby@univ-rennes2.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |String patch -- You are receiving this mail because: You are watching all bug changes.
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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10186 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #17945|0 |1 is obsolete| | Attachment #18013|0 |1 is obsolete| | --- Comment #3 from David Cook <dcook@prosentient.com.au> --- Created attachment 18014 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18014&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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10186 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |dcook@prosentient.com.au -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10186 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10186 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #18014|0 |1 is obsolete| | --- Comment #4 from M. de Rooy <m.de.rooy@rijksmuseum.nl> --- Created attachment 18018 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18018&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. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10186 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10186 --- Comment #5 from M. de Rooy <m.de.rooy@rijksmuseum.nl> --- Passed QA -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10186 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |m.de.rooy@rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10186 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |3.14 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10186 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |gmcharlt@gmail.com --- Comment #6 from Galen Charlton <gmcharlt@gmail.com> --- Pushed to master. Thanks, Mathieu! -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10186 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |tomascohen@gmail.com --- Comment #7 from Tomás Cohen Arazi <tomascohen@gmail.com> --- This patch has been pushed to 3.12.x, will be in 3.12.1. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10186 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bgkriegel@gmail.com --- Comment #8 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- This patch has been pushed to 3.10.x, will be in 3.10.7. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10186 Chris Hall <chrish@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chrish@catalyst.net.nz --- Comment #9 from Chris Hall <chrish@catalyst.net.nz> --- Pushed to 3.8.x, will be in 3.8.14. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org