[Koha-bugs] [Bug 9325] overdue notices sent same messages for all users.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 27 16:46:41 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9325

--- Comment #1 from Jonathan Druart <jonathan.druart at biblibre.com> ---
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.


More information about the Koha-bugs mailing list