Bugzilla – Attachment 40461 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]
Bug 14425: Typo in C4::Context IsSuperLibrarian perldoc
Bug-14425-Typo-in-C4Context-IsSuperLibrarian-perld.patch (text/plain), 1022 bytes, created by
Jonathan Druart
on 2015-06-22 12:15:33 UTC
(
hide
)
Description:
Bug 14425: Typo in C4::Context IsSuperLibrarian perldoc
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-06-22 12:15:33 UTC
Size:
1022 bytes
patch
obsolete
>From e59a61a415646312bb9a5c173c0122834b3a98be Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Fri, 19 Jun 2015 11:24:57 -0400 >Subject: [PATCH] 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. > >Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org> >% git grep -i IsSuperLibrarian|wc -l >55 >% git grep IsSuperLibrarian|wc -l >55 >--- > 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 > >-- >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 14425
:
40410
|
40419
| 40461