https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15705
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50681|0 |1 is obsolete| | Attachment #50683|0 |1 is obsolete| | Attachment #50732|0 |1 is obsolete| | Attachment #50733|0 |1 is obsolete| | --- Comment #23 from Jonathan Druart <[email protected]> --- Created attachment 56756 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=56756&action=edit Bug 15705: Notify the user on auto renewing When an issue is auto renewed, a notice will be sent to the patron. The notice will tell if the renewed has been successfully done. Note that this patch is not ready to be pushed yet, as it has some defects: - 1 notice per issue - no way to disable the notice generation - no way to specify patron categories to enable/disable the notifications Test plan: Use the automatic_renewals.pl script to auto renew issues. If the auto renew has failed or succeeded, a notice will be generated in the message_queue table. If the error is "too_soon" or is the same as the previous error, the notice won't be generated (we do not want to spam the patron). -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
