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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 26 Mar 2018 20:31:16 +0000 (17:31 -0300)
commit830b5a7d7dad1d9d1593c14419496e81f7f4b24c
tree0318d6576a49b8dd98c5b7ae6e861ca704a99f27
parentcd79cf177ee8787b48f1dd81179d5ef60640db4f
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>
C4/Letters.pm
misc/cronjobs/process_message_queue.pl
t/db_dependent/Letters.t