Bug 6870

Summary: [enh] allow opac-userupdate.pl to use the patron's email as 'from' address
Product: Koha Reporter: Liz Rea <wizzyrea>
Component: OPACAssignee: Liz Rea <wizzyrea>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: enhancement    
Priority: PATCH-Sent (DO NOT USE) CC: chris, koha.sekjal, wizzyrea
Version: 3.6   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 6870 [enh] - allow opac-userupdate.pl to use the patron's email as 'from' address
Signed-off patch

Description Liz Rea 2011-09-14 20:11:01 UTC
Patron update emails should ostensibly come "from" the patron, only falling back to the koha admin in the case where the patron doesn't have a valid email address in their record.

This way, the library can respond directly to the patron's information update, as an example, letting them know that the update has been completed.
Comment 1 Liz Rea 2011-09-14 20:15:34 UTC Comment hidden (obsolete)
Comment 2 Owen Leonard 2011-09-19 19:59:00 UTC
Created attachment 5465 [details] [review]
Signed-off patch
Comment 3 Ian Walls 2011-09-22 12:08:01 UTC
Easy patch to read, makes use of standard subroutines, has fallback to standard behaviour to avoid regression.  Marking as Passed QA
Comment 4 Chris Cormack 2011-09-23 22:24:18 UTC
Pushed please test