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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt (-2 / +7 lines)
Lines 6-12 Link Here
6
[% USE Price %]
6
[% USE Price %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Koha &rsaquo; Patrons &rsaquo; Collect fine payment for  [% patron.firstname | html %] [% patron.surname | html %]</title>
9
<title>Koha &rsaquo; Patrons &rsaquo;
10
    [% IF type == 'WRITEOFF' %]
11
        Write off an amount for [% patron.firstname | html %] [% patron.surname | html %]
12
    [% ELSE %]
13
        Collect fine payment for [% patron.firstname | html %] [% patron.surname | html %]
14
    [% END %]
15
</title>
10
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
17
</head>
12
18
13
- 

Return to bug 24208