[% USE raw %] [% USE Asset %] [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] [% IF ( caller == 'hold-transfer' ) %] Hold transfer print receipt › Circulation › Koha [% ELSIF ( caller == 'transfer' ) %] Transfers print receipt › Circulation › Koha [% ELSIF ( caller == 'members' ) %] Print receipt for [% borrowernumber | html %] › Patrons › Koha [% ELSIF ( caller == 'recall' ) %] Recall print receipt › Circulation &rsqaquo; Koha [% ELSIF ( title ) %][%# FIXME title is never defined %] [% title | html %] › Patrons › Koha [% END %] [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/print.css") | $raw %] [% IF ( Koha.Preference('SlipCSS') ) %] [% END %] [% INCLUDE 'slip-print.inc' #printThenClose %]
[% IF plain %]
[% IF ( slip ) %][% slip | html %][% ELSE %]No slip template found[% END %]
[% ELSE %] [% IF ( slip ) %][% slip | $raw %][% ELSE %]No slip template found[% END %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]