Bug 5867 : Improved the email checking when sending "Hold filled" notices.
authorFrédérick Capovilla <frederick.capovilla@sys-tech.net>
Tue, 15 Mar 2011 15:16:48 +0000 (11:16 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 14 Jul 2011 23:10:00 +0000 (11:10 +1200)
commita8fe55124e0e8e8d88b3c9b525d615cafff1061f
tree655ca05782b5887cc458e10b6a5cd377fe5a42fc
parentfa203e9761481e4201f5d24c409eee8228204654
Bug 5867 : Improved the email checking when sending "Hold filled" notices.

The subroutine for sending HOLD and HOLD_PRINT notices only checked the
"email" field of the borrowers table and didn't check the value of the
AutoEmailPrimaryAddress preference. With this patch, "Hold filled"
notices can now be sent using the other email addresses of the member.

http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5867
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
C4/Reserves.pm