http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9325
--- Comment #1 from Jonathan Druart <[email protected]> --- Created attachment 14297 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14297&action=edit Bug 9325: Fix overdue letter generation In overdue_notices.pl, letter template must not be passed to parse_letter because this sub modifies it, so the first overdue letter is ok but following letters have exactly the same content. This patch make a copy of the template before passing it to parse_letter -- You are receiving this mail because: You are the assignee for the bug. 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/
