https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405

--- Comment #5 from Arthur Suzuki <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to