https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18086
--- Comment #70 from Victor Grousset/tuxayo <[email protected]> --- Comment on attachment 169401 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=169401 Bug 18086: Fix the behaviour of GetOverdueMessageTransportTypes Review of attachment 169401: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=18086&attachment=169401) ----------------------------------------------------------------- ::: C4/Overdues.pm @@ +789,2 @@ > my @mtts; > + while ( my $mtt = $rule->next ) { $mtt needs to be renamed here. It's not a message_transport_type anymore. -- 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/
