[koha-commits] main Koha release repository branch master updated. v16.05.00-857-g75c61b9

Git repo owner gitmaster at git.koha-community.org
Tue Sep 13 20:13:28 CEST 2016


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, master has been updated
       via  75c61b94f34d406aaa8ac862024ccfd3d9030cc8 (commit)
      from  af2918045f3323f9a558eb463165bb4ef331e477 (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 75c61b94f34d406aaa8ac862024ccfd3d9030cc8
Author: Sophie Meynieux <sophie.meynieux at biblibre.com>
Date:   Wed Aug 24 14:56:54 2016 +0200

    Bug 10227 : Fix GetMessagingPreferences when digest is possible
    
    This bug is a bit tricky to test, as the result is somehow  random, depending on the order of rows returned by sql request. You've got to change the preferences several times to see bad results.
    
    Enable EnhancedMessaging preferences
    Set preferences for a borrower or a category.
    run misc/cronjobs/advance_notices.pl and look in message_queue table the letter_code of the generated messages.
    Change digest selection and do the test again several times
    
    Without patch, for message where digest is allowed (Advance_Notice, Item_Due), for a borrower or a category with 'wants_digest' selected, GetBorrowerMessagingPreferences returns sometimes letter_code with DGST and sometimes not.
    
    With the patch, letter_code returned is always correct depending on digest selected or not
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Members/Messaging.pm |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list