| Summary: | overdue_notices.pl should use Koha::Library->inbound_email_address | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Martin Renvoize (ashimema) <martin.renvoize> |
| Component: | Architecture, internals, and plumbing | Assignee: | Martin Renvoize (ashimema) <martin.renvoize> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | 1joynelson, jonathan.druart, testopia |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | Trivial patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: |
20.05.00
|
Circulation function: | |
| Bug Depends on: | 22823 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 24726: Update overdue_notices to use get_effective_email
Bug 24726: Update overdue_notices to use inbound_email_address Bug 24726: Update overdue_notices to use inbound_email_address Bug 24726: Replace one occurrence in print statement |
||
|
Description
Martin Renvoize (ashimema)
2020-02-25 13:15:51 UTC
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 |