Bug 8062 [SIGNED-OFF] Cart email broken for non english templates
authorFrédéric Demians <f.demians@tamil.fr>
Mon, 14 May 2012 07:57:50 +0000 (09:57 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Sat, 9 Jun 2012 17:33:28 +0000 (19:33 +0200)
commit2a58e1213f460af19488fa55ed9d3955fa235a94
tree0be7fcf322fcde9b340d287ecc69b9d983bf3cef
parent07f5b5e3ee4bdb7170379c1bd3c1f276cf4025af
Bug 8062 [SIGNED-OFF] Cart email broken for non english templates

Fix basket email sent from OPAC. The email body is now generated HTML
(to be translatable), and converted into TEXT before beeing 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

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
koha-tmpl/opac-tmpl/prog/en/modules/opac-sendbasket.tt
opac/opac-sendbasket.pl