Bug 9530: Making changes to C4::Letters
authorChris Cormack <chrisc@catalyst.net.nz>
Mon, 11 Aug 2014 21:54:48 +0000 (09:54 +1200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 27 Oct 2014 13:38:18 +0000 (10:38 -0300)
commit57c9ec4854e2bee18724a7a87151c0d019b21f21
treefbbc234e4579c10f69aa45639c22b1bff26ed4a3
parent8c8fb358640b38bacb0200cd5c5c11c45affdd21
Bug 9530: Making changes to C4::Letters

So notices using it (circulation, holds etc) will now use the new behaviour

To test:

1/ Edit the new systempreferences (ReplytoDefault and ReturnpathDefault)
2/ Optionally edit the branch the mail will be sent from, adding email addresses
3/ Test some mails, a circulation alert, an acquisitions claim, or a newly created borrower alert
4/ Check that the mails have the correct From, Replyto and ReturnPath set
   The rules are
   If the values are set in the branch use that, else use the syspref

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Letters.pm