Bug 14329: Useless copy/pasta from Template::Plugin::HtmlToText
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 4 Jun 2015 10:03:42 +0000 (12:03 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 8 Jun 2015 20:25:49 +0000 (08:25 +1200)
commit605b99470c9a29cf6f4c2d37513d29d5c4303d48
tree0cbfa86f699259923fea00b40c4c11fc3edce952
parent9a2f7655b3dfd49da7207cec9fc1c7e9377ab20c
Bug 14329: Useless copy/pasta from Template::Plugin::HtmlToText

The synopsis of this TT plugin contains two example lines:
[% myhtml FILTER html2text(leftmargin => 0, rightmargin => 0) %]
[% myhtmltext | html2text %]

These lines have been copied (without too much thought :) to a few templates. Since we do no use the variables myhtml or myhtmltext in these templates, these lines are useless.

Test plan:
[1] Put some items in your cart. And send it.
[2] Send a shelf.
[3] Git grep on myhtml. Should not have results.

NOTE: Sent carts and lists in Intranet and OPAC successfully.
      Though, this does bring into question why the letters
      have HTML formatting if it is getting removed. That,
      however, is beyond the scope of this bug.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 4fd923e12eea70b7e871f0068471ff5ef91dda01)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasket.tt
koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasket.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelf.tt