https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18086
--- Comment #38 from Victor Grousset/tuxayo <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
