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 %] › Patrons › Koha |
29 |
[% END %] › Patrons › 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" /> |