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 Cormack <chrisc@catalyst.net.nz>
Fri, 24 Jun 2011 13:53:39 +0000 (01:53 +1200)
commit26965cf1dfe4a8a34a97280c0aba72a8b59d7e4a
treec47f2a53a1a2e7246b0b93f0b8e3b236775f0ade
parent59c42cd7f32006797eeb92c39af64c1fafc41a8e
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>
C4/Reserves.pm