Bugzilla – Attachment 40419 Details for
Bug 14425
Typographical error in C4::Context perldoc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 14425: Typo in C4::Context IsSuperLibrarian perldoc
SIGNED-OFF-Bug-14425-Typo-in-C4Context-IsSuperLibr.patch (text/plain), 895 bytes, created by
Bernardo Gonzalez Kriegel
on 2015-06-19 16:52:20 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 14425: Typo in C4::Context IsSuperLibrarian perldoc
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2015-06-19 16:52:20 UTC
Size:
895 bytes
patch
obsolete
>From 6cebefde528dfc13a025a571b5ba0d453342d04f Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Fri, 19 Jun 2015 11:24:57 -0400 >Subject: [PATCH] [SIGNED-OFF] Bug 14425: Typo in C4::Context IsSuperLibrarian > perldoc > >TEST PLAN >--------- >1) git checkout -b bug_14425 origin/master >2) perldoc C4::Context > /IsSuperlibr > -- see it is bad. >3) apply patch >4) perldoc C4::Context > /IsSuperLibr > -- see it is fixed. >5) koha qa test tools. > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Fix typo, no errors. >--- > C4/Context.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Context.pm b/C4/Context.pm >index 3e3f00c..d6bf482 100644 >--- a/C4/Context.pm >+++ b/C4/Context.pm >@@ -1205,7 +1205,7 @@ sub tz { > > =head2 IsSuperLibrarian > >- C4::Context->IsSuperlibrarian(); >+ C4::Context->IsSuperLibrarian(); > > =cut > >-- >1.7.9.5
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 14425
:
40410
|
40419
|
40461