Bug 22809: (RM follow-up) fix missing filter and update description
authorNick Clemens <nick@bywatersolutions.com>
Fri, 10 May 2019 14:43:11 +0000 (14:43 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 10 May 2019 14:43:11 +0000 (14:43 +0000)
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
installer/data/mysql/atomicupdate/bug_22809.perl
koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt

index f381b34..dfb158b 100644 (file)
@@ -57,5 +57,5 @@ INSERT IGNORE INTO `letter` (`module`, `code`, `branchcode`, `name`, `is_html`,
 </table>', 'print', 'default');
     });
     SetVersion( $DBversion );
-    print "Upgrade to $DBversion done (Bug 22809 - Move "INVOICE" from template to a slip)\n";
+    print "Upgrade to $DBversion done (Bug 22809 - Move 'INVOICE' from template to a slip)\n";
 }
index f4c25f4..00ee536 100644 (file)
@@ -17,7 +17,7 @@
 <body id="printinvoice" class="pat">
 
 <div id="receipt">
-    [% letter.content | evaltt %]
+    [% letter.content | $raw | evaltt %]
 </div>
 
 [% MACRO jsinclude BLOCK %]