Bug 14436: Noisy warns in C4/Utils/DataTables/Members.pm
authorAleisha <aleishaamohia@hotmail.com>
Fri, 10 Jul 2015 14:31:53 +0000 (10:31 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 21 Jul 2015 03:58:56 +0000 (15:58 +1200)
commit0df49d540612fe841365d9b6c4c7265fdb65c737
tree8e47dee02ffb95b14de4e11b0746083b3e150632
parent73759312d2a58056e2cc4fd336a1204f3e661a02
Bug 14436: Noisy warns in C4/Utils/DataTables/Members.pm

TEST PLAN
---------
1) Backup the koha intranet error log.
2) Empty the koha intranet error log.
3) In staff client, go to Patrons
   (/cgi-bin/koha/members/members-home.pl)
4) Pick any letter to 'Browse by last name'
   -- koha intranet error log now has warns.
   -- the one of importance is the uninitalized value.
5) Empty the koha intranet error log.
6) apply this patch
7) Repeat steps 3 & 4.
   -- koha intranet error log does not contain the
      uninitialized value error.
8) run koha qa test tools.

Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
(cherry picked from commit 09b34591b665228c3ab38d3d327224c2c59cee6e)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Utils/DataTables/Members.pm