[% USE raw %] [% USE Asset %] [% USE Koha %] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] [% t("Print receipt for") | html %] [% INCLUDE 'patron-title.inc' no_html = 1 %] › [% t("Patrons") | html %] › [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/printreceiptinvoice.css") | $raw %] [% INCLUDE 'blocking_errors.inc' %]
[% IF slip %] [% IF plain %]
      [% slip | html %]
    
[% ELSE %] [% slip | $raw %] [% END %] [% ELSE %] No print template found [% END %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'slip-print.inc' #printThenClose %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]