]> git.koha-community.org Git - koha.git/commit
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)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 13 Jul 2012 02:03:00 +0000 (22:03 -0400)
commit51c8f852e72cc01fa64bad75888bdadaa68784ee
treeed17fba67be25ed28cd546ac209bd785fa8f05bf
parent45d64dcb63eb0a40e274cb39a6db6587b5591471
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>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
 (Conflicts in koha-tmpl/opac-tmpl/prog/en/modules/opac-sendbasket.tt
  resolved by replacing the file with the version from 3.8.x)
koha-tmpl/opac-tmpl/prog/en/modules/opac-sendbasket.tt
opac/opac-sendbasket.pl