Summary: | Typo in GetItemsForInventory POD | ||
---|---|---|---|
Product: | Koha | Reporter: | David Cook <dcook> |
Component: | Developer documentation | Assignee: | Mark Tompsett <mtompset> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | chris, jonathan.druart, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14057 | ||
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 15027: Correct Type in C4::Items perldoc
Bug 15027: Correct Type in C4::Items perldoc Bug 15027: Correct Type in C4::Items perldoc Bug 15027: Correct Type in C4::Items perldoc |
Description
David Cook
2015-10-19 05:44:47 UTC
Created attachment 43593 [details] [review] Bug 15027: Correct Type in C4::Items perldoc As noted in the bug report, there is a typo. This corrects that typo in documentation. TEST PLAN --------- 1) perldoc C4::Items 2) Find GetItemsForInventory -- note that status is spelt incorrectly. 3) Apply patch 4) repeat steps 1-2 -- note that status is spelt correctly now. 5) git diff origin/master -- note only that line changed. 6) run koha qa tools Created attachment 43734 [details] [review] Bug 15027: Correct Type in C4::Items perldoc As noted in the bug report, there is a typo. This corrects that typo in documentation. TEST PLAN --------- 1) perldoc C4::Items 2) Find GetItemsForInventory -- note that status is spelt incorrectly. 3) Apply patch 4) repeat steps 1-2 -- note that status is spelt correctly now. 5) git diff origin/master -- note only that line changed. 6) run koha qa tools Signed-off-by: Frederic Demians <f.demians@tamil.fr> This typo patch could hit the highway to master at high speeds. Created attachment 43735 [details] [review] Bug 15027: Correct Type in C4::Items perldoc As noted in the bug report, there is a typo. This corrects that typo in documentation. TEST PLAN --------- 1) perldoc C4::Items 2) Find GetItemsForInventory -- note that status is spelt incorrectly. 3) Apply patch 4) repeat steps 1-2 -- note that status is spelt correctly now. 5) git diff origin/master -- note only that line changed. 6) run koha qa tools Signed-off-by: Frederic Demians <f.demians@tamil.fr> This typo patch could hit the highway to master at high speeds. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Created attachment 43736 [details] [review] Bug 15027: Correct Type in C4::Items perldoc As noted in the bug report, there is a typo. This corrects that typo in documentation. TEST PLAN --------- 1) perldoc C4::Items 2) Find GetItemsForInventory -- note that status is spelt incorrectly. 3) Apply patch 4) repeat steps 1-2 -- note that status is spelt correctly now. 5) git diff origin/master -- note only that line changed. 6) run koha qa tools Signed-off-by: Frederic Demians <f.demians@tamil.fr> This typo patch could hit the highway to master at high speeds. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Amended patch: add a comma at the end of the line Patch pushed to master. Thanks Mark! Pushed to 3.20.x will be in 3.20.5 |