Bug 6525: hold filled emails not going out
authorIan Walls <ian.walls@bywatersolutions.com>
Wed, 22 Jun 2011 17:09:22 +0000 (10:09 -0700)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 27 Jun 2011 11:31:40 +0000 (07:31 -0400)
commitd1af75ae4a88d9341c350d2097ab94ebd90aaca8
treed1d68108bfbe8fa1434f41aed4b4e2b0efb02f13
parent8809f35c46d15590684cb835cf2da1e1dc6eb102
Bug 6525: hold filled emails not going out

When the message name was updated from "Hold Filled" to "Hold_Filled" for T::T compatibility,
the line in _koha_notify_reserve that looked up the letter code by the message name no longer
matched, so none of the messages were sent.  This patch just replaces the space with an underscore
to get the names aligned properly.

Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 26965cf1dfe4a8a34a97280c0aba72a8b59d7e4a)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Reserves.pm