https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10357
--- Comment #18 from Jonathan Druart <[email protected]> --- Created attachment 62310 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=62310&action=edit Bug 10357: Do not change the alerttype Previous patch modified the alerttype from "issue" to "issue_det" or "issue_ser". This is wrong, we do not want to modify this value, especially because it's used in C4::Letters::SendAlerts This patch uses a $referer variable instead, like it is already used in other scripts for redirection. Signed-off-by: Jonathan Druart <[email protected]> -- 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/
