31 Mar
2025
31 Mar
'25
10:46 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 --- Comment #5 from Arthur Suzuki <arthur.suzuki@biblibre.com> --- there should be a check on the circulation rules definition page, if any installed plugin implement this hook. You could check if any plugin implement the hook by using this code (found in C4/Letters.pm) ---- if ( C4::Context->config("enable_plugins") ) { my @plugins = Koha::Plugins->new->GetPlugins( { method => 'before_send_messages', } ); ---- That could be in another dependent bug :) -- You are receiving this mail because: You are watching all bug changes.