[Koha-bugs] [Bug 13096] Send an ACCTDETAILS notice when staff changes user or password or ?

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 17 12:46:54 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13096

--- Comment #2 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 32476
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32476&action=edit
Bug 13096: Send an ACCTDETAILS notice: Rewording pref and code changes

This patch adds a line to the AutoEmailOpacUser pref description.
It also makes some code changes to memberentry.pl. The code for selecting
an email address and sending the alert is moved to a subroutine.
An additional call is made for the op=save situation; if in that case
param mailacctdetails is true, a mail will be sent too.
Note that the script refers to op=duplicate several times. Inspecting the
template shows that the duplicate operation also goes via op=insert
however.

Test plan:
[1] Check the pref rewording in Systempreferences.
[2] Disable AutoEmailOpacUser. Add, duplicate, modify patron. No mails?
[3] Enable AutoEmailOpacUser. Add, duplicate patron. Check mail.
[4] Modify patron. Check the email checkbox. Did you receive it?
[5] Modify patron. Uncheck the email checkbox. No mail?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list