http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14425 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #40419|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 40461 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40461&action=edit 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 -- You are receiving this mail because: You are watching all bug changes.