[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 15:41:06 CET 2020


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

--- Comment #9 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Situation 1 - Overdue 3 days for Patron: email + print

A. No email defined, overdue -t generates

* on master, 2 notices OK
  1 print for patron
  1 email for staff

* on 23357 (only first patch)
  1 print for patron

* on 23357_2 (2 patches) OK
  1 print for patron
  1 email for staff

B. With email defined
* on master, 2 notices
  1 print for patron
  1 email for patron

* on 23357 (only first patch)
  1 print for patron
  1 email for patron

* on 23357_2 (2 patches) OK
  1 print for patron
  1 email for patron
  1 email for staff



Situation 2 - Overdue 3 days for Patron: email only

A. No email defined, overdue -t generates

* on master, 2 notices OK
  1 print for patron
  1 email for staff

* on 23357 (only first patch) OK
  1 print for patron
  1 email for staff

* on 23357_2 (2 patches) OK
  1 print for patron
  1 email for staff

B. With email defined
* on master, 2 notices
  1 email for patron

* on 23357 (only first patch)
  1 email for patron

* on 23357_2 (2 patches)
  1 email for patron

There is no OK in Situation 2 for B

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


More information about the Koha-bugs mailing list