[Bug 14610] Add ability to place article requests in Koha
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14610 Pedro Amorim <pjamorim91@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pjamorim91@gmail.com --- Comment #268 from Pedro Amorim <pjamorim91@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#L1... Or am I missing something else? -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org