| Summary: | Typographical error in C4::Context perldoc | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Mark Tompsett <mtompset> |
| Component: | Developer documentation | Assignee: | Mark Tompsett <mtompset> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | trivial | ||
| Priority: | P5 - low | CC: | chris, jonathan.druart, liz, tomascohen |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9006 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | Trivial patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Attachments: |
Bug 14425: Typo in C4::Context IsSuperLibrarian perldoc
[SIGNED-OFF] Bug 14425: Typo in C4::Context IsSuperLibrarian perldoc Bug 14425: Typo in C4::Context IsSuperLibrarian perldoc |
||
|
Description
Mark Tompsett
2015-06-19 15:23:18 UTC
Created attachment 40410 [details] [review] 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. Created attachment 40419 [details] [review] [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. Created attachment 40461 [details] [review] 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 Patch pushed to master. Thanks Mark! Pushed to 3.20.x will be in 3.20.2 Pushed to 3.18.x will be in 3.18.09 |