[Koha-bugs] [Bug 23357] overdue_notices.pl can send library doubled emails for patrons with no email/sms if both transports enabled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 12 14:39:20 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23357

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #4 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Nick, what about this change:

                         unless ( $effective_mtt eq 'print' and $print_sent ==
1 ) {
-                            if ( ($mtt eq 'email' and not scalar
@emails_to_use) or ($mtt eq 'sms' and not $data->{smsalertnumber}) ) {
+                            if ( $effective_mtt eq 'print' and not $print_sent
) {
                                 push @output_chunks,
It makes the code more readable and less error prone, what do you think?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list