24 Jul
2024
24 Jul
'24
4:22 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18086 --- Comment #70 from Victor Grousset/tuxayo <victor@tuxayo.net> --- 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.