Summary: | Remove extra "f" from parcel.tt | ||
---|---|---|---|
Product: | Koha | Reporter: | Magnus Enger <magnus> |
Component: | Acquisitions | Assignee: | Magnus Enger <magnus> |
Status: | CLOSED FIXED | QA Contact: | Jonathan Druart <jonathan.druart> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | gmcharlt, jonathan.druart, sandboxes |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 12185 - Remove extra "f" from parcel.tt
Bug 12185 - Remove extra "f" from parcel.tt Bug 12185 - Remove extra "f" from parcel.tt |
Description
Magnus Enger
2014-05-05 08:42:32 UTC
Created attachment 27943 [details] [review] Bug 12185 - Remove extra "f" from parcel.tt There is a typoed "f" outside of the HTML on line 279 of koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt This patch removes that extra "f". To test: It should be sufficient to look at line 279 before and after the patch has been applied. Patch tested with a sandbox, by Aleisha <aleishaamohia@hotmail.com> Created attachment 27967 [details] [review] Bug 12185 - Remove extra "f" from parcel.tt There is a typoed "f" outside of the HTML on line 279 of koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt This patch removes that extra "f". To test: It should be sufficient to look at line 279 before and after the patch has been applied. Signed-off-by: Aleisha <aleishaamohia@hotmail.com> I added the signoff manually. It seems something went wrong on signing off from the sandbox. [OFF] the cronjob crashed: Warning: commit message does not conform to UTF-8. You may want to amend it after fixing the message, or set the config variable i18n.commitencoding to the encoding your project uses. Failed to attach patch to bug 12185, status=200 Created attachment 27968 [details] [review] Bug 12185 - Remove extra "f" from parcel.tt There is a typoed "f" outside of the HTML on line 279 of koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt This patch removes that extra "f". To test: It should be sufficient to look at line 279 before and after the patch has been applied. Signed-off-by: Aleisha <aleishaamohia@hotmail.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Pushed to master. Thanks, Magnus! (I know it's a string change, but since it's a tiny one, I'm pushing it now). |