Bug 10403: (follow-up) fix test to use vendor created earlier during test
[koha.git] / opac / opac-sendshelf.pl
index cc70765..80b54e2 100755 (executable)
@@ -134,6 +134,7 @@ if ( $email ) {
         : "list.txt";
 
     my ($body) = $template_res =~ /<MESSAGE>\n(.*)\n?<END_MESSAGE>/s;
+    $body = encode_qp($body);
 
     my $boundary = "====" . time() . "====";