Bug 15027: Correct Type in C4::Items perldoc
authorMark Tompsett <mtompset@hotmail.com>
Mon, 19 Oct 2015 13:26:11 +0000 (09:26 -0400)
committerChris Cormack <chris@bigballofwax.co.nz>
Sat, 24 Oct 2015 09:31:20 +0000 (22:31 +1300)
commit8840458aad7ad1c9a64e24c9d73a2f421b3298aa
tree37370f6e42907f94fe466905ce1a2d2f2180f42c
parentfb546fa7ac5d572d722aa4dcc79edb56976b517b
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
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit ad9c1733f8c7c7c38e02dc71c78d60e02260779f)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
C4/Items.pm