[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.09-72-g816758d76f

Git repo owner gitmaster at git.koha-community.org
Mon Apr 13 21:52:14 CEST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 19.05.x has been updated
       via  816758d76f319e4dcf5b7a53e5a0f111f48dafe9 (commit)
      from  38e82d3a90601145ae60855e632667f7df171a35 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 816758d76f319e4dcf5b7a53e5a0f111f48dafe9
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Aug 1 14:57:29 2019 +0000

    Bug 23411: Do not fall back to 'email' for SMS messages
    
    To test:
     1 - Have a patron wiht an sms number, but no email
     2 - Enable sms by setting SMSDriver syspref to Email
     3 - Set Notice triggers to send an overdue via sms and email
     4 - Ensure the selected notice is defined only for 'email'
     5 - Checkout an overdue to the patron above
        You can set a specify a due date in the past
     6 - perl misc/cronjobs/overdue_notices.pl -t
     7 - Check the patron notices tab, they have a print notice and an SMS notice pending
     8 - The SMS notice used the 'email' template
     9 - Apply patch
    10 - sudo koha-mysql kohadev
    11 - DELETE * FROM message_queue WHERE borrowernumber={borrower as above};
    12 - Run the cron again
    13 - Patron should have a print notice queued, no sms
    14 - Define an SMS notice
    15 - delete the message queue
    16 - Run again
    17 - The patron should have a print and an SMS
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 64d8beafa8b5745c5ca2e63fddaf2177246ce937)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 misc/cronjobs/overdue_notices.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list