Bug 24253 - process_message_queue.pl fail if not to address is defined
Summary: process_message_queue.pl fail if not to address is defined
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Notices (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-17 11:45 UTC by Hugo Agud
Modified: 2019-12-17 11:45 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hugo Agud 2019-12-17 11:45:50 UTC
Koha 18.11.x the cronjob process_message_queue.pl fails if any notice has not to_email_address.

Test plan:
Set up a user without email address
configure notes for item check in and item checkout (or any other notice)
you won't receive any email because there is no to_address 

possible solution a default address if no email defined at user account.