Summary: | moveitem.tt and linkitem.tt have cataloging typo | ||
---|---|---|---|
Product: | Koha | Reporter: | Mark Tompsett <mtompset> |
Component: | Templates | Assignee: | Mark Tompsett <mtompset> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | major | ||
Priority: | P4 | CC: | chris, jonathan.druart, koha.sekjal, paul.poulain |
Version: | 3.8 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Fixed urls to addbooks.pl which had cataloging instead of cataloguing
Bug 8356 - moveitem.tt and linkitem.tt have cataloging typo Changed urls from cataloging to cataloguing |
Description
Mark Tompsett
2012-07-04 15:20:13 UTC
Created attachment 10634 [details] [review] Fixed urls to addbooks.pl which had cataloging instead of cataloguing The bug was encountered in 3.6.3, but existed in master too. Created attachment 10674 [details] [review] Bug 8356 - moveitem.tt and linkitem.tt have cataloging typo Changed urls from cataloging to cataloguing Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> correct typo Template only change to fix typo. Marking as Passed QA. I should have mentioned that I found this because of 3.6.3, so the same patch likely needs to be done in 3.6.6 as well. Pushed to 3.8.x (probably one for 3.6.x jared) I compared a patch I made for 3.6.x against what I originally submitted, and they were identical (except for date/time/unique id stamps). I believe this patch should work against 3.6.x, but if it doesn't let me know. I'll attach the 3.6.x patch I just generated. |