[% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] [% IF ( caller == 'hold-transfer' ) %] Koha › Circulation › Hold transfer print receipt [% ELSIF ( caller == 'transfer' ) %] Koha › Circulation › Transfers print receipt [% ELSIF ( caller == 'members' ) %] Koha › Patrons › Print receipt for [% borrowernumber %] [% ELSIF ( title ) %] Koha › Patrons › [% title %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% IF ( Koha.Preference('SlipCSS') ) %] [% END %] [% INCLUDE 'slip-print.inc' #printThenClose %]
[% IF plain %]
[% IF ( slip ) %][% slip %][% ELSE %]No slip template found[% END %]
[% ELSE %] [% IF ( slip ) %][% slip %][% ELSE %]No slip template found[% END %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]