Bug 22823 introduced a consistent method for obtaining the inbound email address of a library branch, we should use that method to obtain the correct address for use with the overdues functionality when a patron email is not found.
Created attachment 99580 [details] [review] Bug 24726: Update overdue_notices to use get_effective_email This patch updates the overdue_notices functionality to use the get_effective_email method to obtain the correct email address for a branch.
Created attachment 100943 [details] [review] Bug 24726: Update overdue_notices to use inbound_email_address This patch updates the overdue_notices functionality to use the inbound_email_address method to obtain the correct email address for a branch.
The method has been renamed in a previous bug report.
Created attachment 100949 [details] [review] Bug 24726: Update overdue_notices to use inbound_email_address This patch updates the overdue_notices functionality to use the inbound_email_address method to obtain the correct email address for a branch. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Created attachment 100950 [details] [review] Bug 24726: Replace one occurrence in print statement Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Trivial patch, tested on top of the whole stack. Passing QA.
Nice work everyone! Pushed to master for 20.05
not backported to 19.11.x due to dependencies