[Koha-bugs] [Bug 8062] Cart email broken for non english templates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 14 21:54:15 CEST 2012


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

--- Comment #9 from Frédéric Demians <frederic at tamil.fr> ---
Created attachment 9572
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9572&action=edit
Proposed patch 2nd version

Fix basket email sent from OPAC. The email body is now generated HTML
(to be translatable), and converted into TEXT before being sent by
email.

To test that it works in other language than English, you have to update
your language .po file:

  perl translate update de-DE

Then, translated strings coming from opac-sendbasket.tt, and install the
translation:

  perl translate install de-DE

New dependency: Template::Plugin::HtmlToText

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list