[Koha-bugs] [Bug 12426] Allow resending of emails from the notices tab in the patron account

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 3 15:05:31 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12426

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #47564|0                           |1
        is obsolete|                            |

--- Comment #39 from Marc Véron <veron at veron.ch> ---
Created attachment 47589
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47589&action=edit
Bug 12426: Simplify the code adding a new subroutine GetMessage

The C4::Letters module does not have a GetMessage subroutine, which
could be quite useful.
This patch adds it and simplifies the code added by the previous patch.
It also adds a few tests and fixes POD typos.

Note that ResendNotice only resends failed messages. This will avoid to
resend already sent messages (using an url from the browser history for
instance).

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list