[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:45:29 CEST 2014


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

--- Comment #1 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 32475
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32475&action=edit
Bug 13096: Send an ACCTDETAILS notice when staff edits patron

If AutoEmailOpacUser is enabled, Koha will send an email with account
details to the patron at creation time. This report makes it
possible to also end this mail when updating patron details, perhaps
finishing the registration process at a later stage.

This patch makes the needed template change.
It adds a checkbox when a patron is modified (not created/duplicated).
It adds javascript to check this checkbox on a username or password
change. The staff user can uncheck it again if needed.

Test plan:
Disable AutoEmailOpacUser.
Test adding, duplicating and modifying a patron. You should not see
the checkbox.
Enable AutoEmailOpacUser.
Test adding or duplicating. You should not see the checkbox.
Test modifying a patron. If you edit username or password, the
checkbox should automatically be checked. You can uncheck it again.

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


More information about the Koha-bugs mailing list