[Koha-bugs] [Bug 27208] Add a configurable time delay feature to notice templates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 16 11:17:59 CET 2021


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

Björn Nylén <bjorn.nylen at ub.lu.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #128387|0                           |1
        is obsolete|                            |
 Attachment #128388|0                           |1
        is obsolete|                            |
 Attachment #128389|0                           |1
        is obsolete|                            |
 Attachment #128390|0                           |1
        is obsolete|                            |

--- Comment #9 from Björn Nylén <bjorn.nylen at ub.lu.se> ---
Created attachment 128587
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128587&action=edit
Bug 27208: Add a user specified delay before sending pickup notices.

This bug adds the ability to delay sending a notice until a set timestamp.
It also adds a user selectable time on the returns page to delay sending of
the pickup notice. The notice delay will also be visible in the patron notice
log.

To test:

1. Apply patch and run updatedatabase.pl to add new column to message_queue.
2. Check in an item with a hold to produce a pickup notice.
3. Select a time for pickup notice delay. Note the warning about the delay.
4. Check in another item with hold to produce a pickup notice.
5. Check the patron notice logs, the one with a delay should read "pending,
delayed until ...".
6. Run process_message_queue.pl before and after the selected time above.
The delayed message should not be sent until after the set time.

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


More information about the Koha-bugs mailing list