[Koha-bugs] [Bug 15705] Notify the user on auto renewing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 14 17:42:05 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15705

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #57741|0                           |1
        is obsolete|                            |
  Attachment #57742|0                           |1
        is obsolete|                            |
  Attachment #57743|0                           |1
        is obsolete|                            |
  Attachment #57744|0                           |1
        is obsolete|                            |
  Attachment #57745|0                           |1
        is obsolete|                            |
  Attachment #57746|0                           |1
        is obsolete|                            |
  Attachment #57747|0                           |1
        is obsolete|                            |

--- Comment #39 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 61080
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=61080&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.


More information about the Koha-bugs mailing list