https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22908
--- Comment #2 from Jonathan Druart <[email protected]> --- Created attachment 89766 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89766&action=edit Bug 22908: Prevent ModSuggestion to send a notice if something wrong happened There is a return value $status_update_table that is set to 0, then we send the alert (whatever the value of this variable). We must return earlier if something happened! Test plan: Not sure how to recreate it via the interface, so just run the tests? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
