Bug 19955: Add ability to process only one 'type' of message ( sms, email, etc )...
authorKyle M Hall <kyle@bywatetsolutions.com>
Thu, 11 Jan 2018 18:00:31 +0000 (13:00 -0500)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 23 Apr 2018 22:44:38 +0000 (22:44 +0000)
commit379ffd043e712ace62c3702ca6aa9d94229938bd
tree0e28e6b360f37c55f49bc9f6a8e1da976dcc1453
parentb02528d8bb7e8e86d0157166e0d2868e64d19d51
Bug 19955: Add ability to process only one 'type' of message ( sms, email, etc ) for a given run of process_message_queue.pl

It would be nice to allow emails to be sent overnight, but limit the sending of SMS messages to hours when people are awake. Adding a type limit to process_message_queue.pl would allow this to be accomplished easily.

Signed-off-by: Charles Farmer <charles.farmer@inLibro.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/Letters.pm
misc/cronjobs/process_message_queue.pl
t/db_dependent/Letters.t