From: Mark Tompsett Date: Mon, 19 Oct 2015 13:26:11 +0000 (-0400) Subject: Bug 15027: Correct Type in C4::Items perldoc X-Git-Tag: v3.22.00-beta~359 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=ad9c1733f8c7c7c38e02dc71c78d60e02260779f;p=koha_ffzg 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 This typo patch could hit the highway to master at high speeds. Signed-off-by: Jonathan Druart Amended patch: add a comma at the end of the line Signed-off-by: Tomas Cohen Arazi --- diff --git a/C4/Items.pm b/C4/Items.pm index e11aa1be8f..b1b9339dbf 100644 --- a/C4/Items.pm +++ b/C4/Items.pm @@ -1035,7 +1035,7 @@ sub GetLostItems { branch => $branch, offset => $offset, size => $size, - stautshash => $statushash + statushash => $statushash, interface => $interface, } );