View | Details | Raw Unified | Return to bug 12062
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt (-4 / +3 lines)
Lines 1-10 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% IF ( caller = 'hold-transfer' %]
3
[% IF ( caller = 'hold-transfer' ) %]
4
<title>Koha &rsaquo; Circulation &rsaquo; Hold transfer print receipt</title>
4
<title>Koha &rsaquo; Circulation &rsaquo; Hold transfer print receipt</title>
5
[% ELSIF ( caller == 'transfer' %]
5
[% ELSIF ( caller == 'transfer' ) %]
6
<title>Koha &rsaquo; Circulation &rsaquo; Transfers print receipt</title>
6
<title>Koha &rsaquo; Circulation &rsaquo; Transfers print receipt</title>
7
[% ELSIF ( caller == 'members' %]
7
[% ELSIF ( caller == 'members' ) %]
8
<title>Koha &rsaquo; Members &rsaquo; Print receipt for [% borrowernumber %]</title>
8
<title>Koha &rsaquo; Members &rsaquo; Print receipt for [% borrowernumber %]</title>
9
[% END %]
9
[% END %]
10
10
11
- 

Return to bug 12062