[Bug 15027] New: Typo in GetItemsForInventory POD
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15027 Bug ID: 15027 Summary: Typo in GetItemsForInventory POD Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Developer documentation Assignee: gmcharlt@gmail.com Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org Just noticed some typos in the POD Checkout "stautshash" below. It should be "statushash" and it should have a comma after $statushash at the end. Probably worth fixing in the event of someone copying and pasting, but not really a bug... =head2 GetItemsForInventory ($itemlist, $iTotalRecords) = GetItemsForInventory( { minlocation => $minlocation, maxlocation => $maxlocation, location => $location, itemtype => $itemtype, ignoreissued => $ignoreissued, datelastseen => $datelastseen, branchcode => $branchcode, branch => $branch, offset => $offset, size => $size, stautshash => $statushash interface => $interface, } ); -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15027 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=14057 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15027 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15027 --- Comment #1 from M. Tompsett <mtompset@hotmail.com> --- Created attachment 43593 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=43593&action=edit 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 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15027 Frédéric Demians <frederic@tamil.fr> 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=15027 Frédéric Demians <frederic@tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #43593|0 |1 is obsolete| | --- Comment #2 from Frédéric Demians <frederic@tamil.fr> --- Created attachment 43734 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=43734&action=edit 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. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15027 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15027 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #43734|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 43735 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=43735&action=edit 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> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15027 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #43735|0 |1 is obsolete| | --- Comment #4 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 43736 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=43736&action=edit 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 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15027 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org Assignee|gmcharlt@gmail.com |mtompset@hotmail.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15027 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com Status|Passed QA |Pushed to Master --- Comment #5 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Patch pushed to master. Thanks Mark! -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15027 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |chris@bigballofwax.co.nz --- Comment #6 from Chris Cormack <chris@bigballofwax.co.nz> --- Pushed to 3.20.x will be in 3.20.5 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org