[Koha-bugs] [Bug 23411] SMS messages should not fall back to 'email'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 24 16:01:12 CET 2020


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

--- Comment #4 from Nick Clemens <nick at bywatersolutions.com> ---
(In reply to Jonathan Druart from comment #3)
> Nick, the test plan is considering SMS, but the code is for any MTT.

The only time $effective_mtt and $mtt should be different are for email/sms -
for email nothing will change, only SMS is affected. Future types could be
affected by this code, however, I think it is the correct behaviour

> 
> What about the test plan from bug 15967?

This does not invalidate that - there we fellback to email if we were sending a
print but didn't have a print notice. We continue to do that, but only change
falling back to SMS when sending SMS via print if there is no print notice. The
issue was that sometimes we would send an email notice via SMS if we didn't
have an SMS notice defined - that causes problems and can generate multiple
messages etc. If sending SMS and no SMS notice is defined, then we should not
send.

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


More information about the Koha-bugs mailing list