]> git.koha-community.org Git - koha.git/commit
Bug 14487: silence warns during checkin
authorIndranil Das Gupta <indradg@gmail.com>
Fri, 3 Jul 2015 08:03:06 +0000 (13:33 +0530)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 10 Aug 2015 21:05:11 +0000 (09:05 +1200)
commitc0af19301accafb5346b67aa0dae8f33ef1e458a
tree8d35a3463a398a4103109e1e9aab9c4e6c96d017
parent2dec35f6fdce7a6138fb1bbcc2f41aede1b103e5
Bug 14487: silence warns during checkin

Test plan
=========

1/ check out an item and then check it back in.
1/ check the logs after the check-in to see the warns from
   returns.pl line 623 of :
    (a) Use of uninitialized value $holdingBranch
    (b) Use of uninitialized value $collectionBranch
2/ apply patch
3/ check out and check-in again. no warns are recorded this time.

NOTE: Under Debian Jessie, there are other messages.
      Additionally, this only corrects the line 623 ones.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Nick Clemens <nick@quecheelibrary.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
(cherry picked from commit 0d632a606f499c31afb8a08f81625c4dfbddb445)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
circ/returns.pl