[Koha-bugs] [Bug 14610] Add ability to place article requests in Koha

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 24 12:14:34 CEST 2018


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

Pedro Amorim <pjamorim91 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pjamorim91 at gmail.com

--- Comment #268 from Pedro Amorim <pjamorim91 at gmail.com> ---
Hello everyone, after using this feature I noticed that e-mails are not being
sent for patrons upon status update for the article requests.

I checked the database and the to_address field is NULL in the message_queue
table.

Could it be that we need to define

to_address             => $borrower{'email'},
from_address =>   C4::Context->preference('KohaAdminEmailAddress'),

in the EnqueueLetter call in

https://github.com/Koha-Community/Koha/blob/master/Koha/ArticleRequest.pm#L124

Or am I missing something else?

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


More information about the Koha-bugs mailing list