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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt (-3 / +3 lines)
Lines 9-15 Link Here
9
[% SET footerjs = 1 %]
9
[% SET footerjs = 1 %]
10
[% PROCESS 'accounts.inc' %]
10
[% PROCESS 'accounts.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
12
<title>Make a payment for  [% patron.firstname | html %] [% patron.surname | html %] &rsaquo; Patrons &rsaquo; Koha</title>
12
<title>Make a payment for [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo; Patrons &rsaquo; Koha</title>
13
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
14
</head>
14
</head>
15
15
Lines 27-33 Link Here
27
        </li>
27
        </li>
28
        <li>
28
        <li>
29
            <a href="#" aria-current="page">
29
            <a href="#" aria-current="page">
30
                Make a payment for [% patron.firstname | html %] [% patron.surname | html %]
30
                Make a payment for [% INCLUDE 'patron-title.inc' %]
31
            </a>
31
            </a>
32
        </li>
32
        </li>
33
    </ol>
33
    </ol>
Lines 171-177 Link Here
171
</fieldset>
171
</fieldset>
172
</form>
172
</form>
173
[% ELSE %]
173
[% ELSE %]
174
    <p>[% patron.firstname | html %] [% patron.surname | html %] has no outstanding fines.</p>
174
    <p>[% INCLUDE 'patron-title.inc' %] has no outstanding fines.</p>
175
[% END %]
175
[% END %]
176
</div></div>
176
</div></div>
177
177
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt (-5 / +3 lines)
Lines 23-31 Link Here
23
[% SET registers = Registers.all( filters => { current_branch => 1 } ) %]
23
[% SET registers = Registers.all( filters => { current_branch => 1 } ) %]
24
<title>
24
<title>
25
    [% IF type == 'WRITEOFF' %]
25
    [% IF type == 'WRITEOFF' %]
26
        Write off an amount for [% patron.firstname | html %] [% patron.surname | html %]
26
        Write off an amount for [% INCLUDE 'patron-title.inc' no_html = 1 %]
27
    [% ELSE %]
27
    [% ELSE %]
28
        Collect fine payment for [% patron.firstname | html %] [% patron.surname | html %]
28
        Collect fine payment for [% INCLUDE 'patron-title.inc' no_html = 1 %]
29
    [% END %] &rsaquo; Patrons &rsaquo; Koha
29
    [% END %] &rsaquo; Patrons &rsaquo; Koha
30
</title>
30
</title>
31
[% INCLUDE 'doc-head-close.inc' %]
31
[% INCLUDE 'doc-head-close.inc' %]
Lines 44-50 Link Here
44
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
44
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
45
        </li>
45
        </li>
46
        <li>
46
        <li>
47
            <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber | uri %]">Pay charges for [% patron.firstname | html %] [% patron.surname | html %]</a>
47
            <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber | uri %]">Pay charges for [% INCLUDE 'patron-title.inc' %]</a>
48
        </li>
48
        </li>
49
        <li>
49
        <li>
50
            <a href="#" aria-current="page">
50
            <a href="#" aria-current="page">
Lines 141-147 Link Here
141
    <input type="hidden" name="amount" id="amount" value="[% amount | html %]" />
141
    <input type="hidden" name="amount" id="amount" value="[% amount | html %]" />
142
    <input type="hidden" name="amountoutstanding" id="amountoutstanding" value="[% amountoutstanding | html %]" />
142
    <input type="hidden" name="amountoutstanding" id="amountoutstanding" value="[% amountoutstanding | html %]" />
143
    <input type="hidden" name="accountlines_id" id="accountlines_id" value="[% accountlines_id | html %]" />
143
    <input type="hidden" name="accountlines_id" id="accountlines_id" value="[% accountlines_id | html %]" />
144
    <input type="hidden" name="title" id="title" value="[% patron.title | html %]" />
145
    <input type="hidden" name="change_given" id="change_given" />
144
    <input type="hidden" name="change_given" id="change_given" />
146
145
147
<fieldset class="rows">
146
<fieldset class="rows">
Lines 235-241 Link Here
235
    <input type="hidden" name="debit_type_code" id="debit_type_code" value="[% debit_type_code | html %]" />
234
    <input type="hidden" name="debit_type_code" id="debit_type_code" value="[% debit_type_code | html %]" />
236
    <input type="hidden" name="amount" id="amount" value="[% amount | html %]" />
235
    <input type="hidden" name="amount" id="amount" value="[% amount | html %]" />
237
    <input type="hidden" name="accountlines_id" id="accountlines_id" value="[% accountlines_id | html %]" />
236
    <input type="hidden" name="accountlines_id" id="accountlines_id" value="[% accountlines_id | html %]" />
238
    <input type="hidden" name="title" id="title" value="[% patron.title | html %]" />
239
    <input type="hidden" name="payment_note" id="payment_note" value="[% payment_note | html %]" />
237
    <input type="hidden" name="payment_note" id="payment_note" value="[% payment_note | html %]" />
240
    <input type="hidden" name="amountoutstanding" id="amountoutstanding" value="[% amountoutstanding | html %]" />
238
    <input type="hidden" name="amountoutstanding" id="amountoutstanding" value="[% amountoutstanding | html %]" />
241
    <input type="hidden" name="confirm_writeoff" id="confirm_writeoff" value="1" />
239
    <input type="hidden" name="confirm_writeoff" id="confirm_writeoff" value="1" />
(-)a/members/paycollect.pl (-3 lines)
Lines 87-100 if ( $pay_individual || $writeoff_individual ) { Link Here
87
    my $amountoutstanding = $input->param('amountoutstanding');
87
    my $amountoutstanding = $input->param('amountoutstanding');
88
    my $itemnumber  = $input->param('itemnumber');
88
    my $itemnumber  = $input->param('itemnumber');
89
    my $description  = $input->param('description');
89
    my $description  = $input->param('description');
90
    my $title        = $input->param('title');
91
    $total_due = $amountoutstanding;
90
    $total_due = $amountoutstanding;
92
    $template->param(
91
    $template->param(
93
        debit_type_code    => $debit_type_code,
92
        debit_type_code    => $debit_type_code,
94
        accountlines_id    => $accountlines_id,
93
        accountlines_id    => $accountlines_id,
95
        amount            => $amount,
94
        amount            => $amount,
96
        amountoutstanding => $amountoutstanding,
95
        amountoutstanding => $amountoutstanding,
97
        title             => $title,
98
        itemnumber        => $itemnumber,
96
        itemnumber        => $itemnumber,
99
        individual_description => $description,
97
        individual_description => $description,
100
        payment_note    => $payment_note,
98
        payment_note    => $payment_note,
101
- 

Return to bug 30807