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)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 10 Jun 2012 10:05:42 +0000 (22:05 +1200)
commit39017da1f506917693b2d25ca0298ea1e19956fa
treece68f3e744f6081757e32f6bd8c386d94600a3d9
parent4f6cae7589b3e03cf0760f263899769461efab58
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>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/opac-tmpl/prog/en/modules/opac-sendbasket.tt
opac/opac-sendbasket.pl