Bug 22761: Add ability to use print version of ACCOUNT_CREDIT slip
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / printfeercpt.tt
index 45d6eda..2b12a70 100644 (file)
 <body id="pat_printfeercpt" class="pat">
 
 <div id="receipt">
+
+[% IF letter %]
+    [% letter.content | evaltt %]
+[% ELSE %]
 <!-- The table with the account items -->
 <table>
 [% IF ( LibraryName ) %]
@@ -69,6 +73,9 @@
   </tr>
   </tfoot>
 </table>
+<!-- / The table with the account items -->
+[% END %]
+
 </div>
 
 [% MACRO jsinclude BLOCK %]