https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18086 --- Comment #38 from Victor Grousset/tuxayo <victor@tuxayo.net> --- (In reply to Baptiste Wojtkowski (bwoj) from comment #27)
I think this is a bug due to "GetOverdueMessageTransportTypes" returning ['email', 'sms', 'email'] in all these three tests, instead of returning ['email'], then ['sms'], and then ['email'] Indeed, Koha::Overdue->getmessagetransporttype returns every entries related to one given rule id, which may have multiple letternumbers, which are not taken anymore in account at this point of the code. I am not sure of the purpose of Koha::Overdue->getmessagetransporttype but i would delete it and directly use the join (not proposed in this patch).
Where is that existing `Koha::Overdue->getmessagetransporttype` whose purpose needs to be confirmed? -- You are receiving this mail because: You are watching all bug changes.