Text to go in the release notes:
|
This patch adds a new script (holds_reminder.pl) for sending holds reminder notices to patrons. The script is intended to be run as a cronjob and takes several parameters:
days - after how many days waiting to send the notice
lettercode - to specify which notice is used
library - (repeatable) to specify which branches to send notices from
holidays - to specify that holidays should not be counted as waiting days
mtt - (message transport type) to specify which notice format to use, i.e. print, email, etc.
date - to run the script as it would have been on a specific date
n - no emails - test mode, report only, do not send notices
|