Bugzilla – Attachment 43736 Details for
Bug 15027
Typo in GetItemsForInventory POD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15027: Correct Type in C4::Items perldoc
Bug-15027-Correct-Type-in-C4Items-perldoc.patch (text/plain), 1.21 KB, created by
Jonathan Druart
on 2015-10-22 07:48:13 UTC
(
hide
)
Description:
Bug 15027: Correct Type in C4::Items perldoc
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-10-22 07:48:13 UTC
Size:
1.21 KB
patch
obsolete
>From 20e151e3d8582f19193eb796ac8a81fea35e8b10 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Mon, 19 Oct 2015 09:26:11 -0400 >Subject: [PATCH] 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 >--- > C4/Items.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Items.pm b/C4/Items.pm >index e11aa1b..b1b9339 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, > } ); > >-- >2.1.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15027
:
43593
|
43734
|
43735
| 43736