[Koha-bugs] [Bug 14284] Typo in Languages.pm

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 28 02:41:09 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14284

--- Comment #1 from Indranil Das Gupta <indradg at gmail.com> ---
Created attachment 39624
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39624&action=edit
Bug 14284 - Fixes typo 'native_descrition'

Fixes the following typo (originally line 102 in C4/Languages.pm):
'native_descrition'=>$language_set->{language_native_description} }

to read:
'native_description'=>$language_set->{language_native_description} }

Test plan
=========

1/ in your git installdir do a `grep -R native native_descrition`.
   it should return only one single reference to this line in
   C4/Languages.pm
2/ open the file C4/Languages.pm, go to line #102 to confirm it.
   close the file
3/ apply patch
4/ re-run `grep -R native native_descrition`, this time nothing
   should be returned.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list