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 emailLibrarianWhenHoldIsPlaced functionality.
Created attachment 99571 [details] [review] Bug 24721: Update emailLibrarianWhenHoldIsPlaced to use effective_email This patch updates the emailLibrarianWhenHoldIsPlaced functionality to use the get_effective_email method to obtain the correct email address for a branch.
Created attachment 100941 [details] [review] Bug 24721: Update emailLibrarianWhenHoldIsPlaced to use inbound_email_address This patch updates the emailLibrarianWhenHoldIsPlaced 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 100947 [details] [review] Bug 24721: Update emailLibrarianWhenHoldIsPlaced to use inbound_email_address This patch updates the emailLibrarianWhenHoldIsPlaced 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>
Trivial patch, tested on top of the whole stack. Passing QA.
Nice work everyone! Pushed to master for 20.05
not backported due to dependencies