Lines 1-5
Link Here
|
1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
<title>Koha › Patrons › Collect Fine Payment for [% borrower.firstname %] [% borrower.surname %]</title> |
2 |
<title>Koha › Patrons › Collect fine payment for [% borrower.firstname %] [% borrower.surname %]</title> |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
<script type= "text/javascript"> |
4 |
<script type= "text/javascript"> |
5 |
//<![CDATA[ |
5 |
//<![CDATA[ |
Lines 57-63
function moneyFormat(textObj) {
Link Here
|
57 |
<body id="pat_paycollect" class="pat"> |
57 |
<body id="pat_paycollect" class="pat"> |
58 |
[% INCLUDE 'header.inc' %] |
58 |
[% INCLUDE 'header.inc' %] |
59 |
[% INCLUDE 'patron-search.inc' %] |
59 |
[% INCLUDE 'patron-search.inc' %] |
60 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% borrower.borrowernumber %]">Pay Fines for [% borrower.firstname %] [% borrower.surname %]</a> › [% IF ( pay_individual ) %]Pay an individual fine[% ELSIF ( writeoff_individual ) %]Write off an individual fine[% ELSE %][% IF ( selected_accts ) %]Pay an amount toward selected fines[% ELSE %]Pay an amount toward all fines[% END %][% END %]</div> |
60 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% borrower.borrowernumber %]">Pay fines for [% borrower.firstname %] [% borrower.surname %]</a> › [% IF ( pay_individual ) %]Pay an individual fine[% ELSIF ( writeoff_individual ) %]Write off an individual fine[% ELSE %][% IF ( selected_accts ) %]Pay an amount toward selected fines[% ELSE %]Pay an amount toward all fines[% END %][% END %]</div> |
61 |
|
61 |
|
62 |
<div id="doc3" class="yui-t2"> |
62 |
<div id="doc3" class="yui-t2"> |
63 |
|
63 |
|
Lines 109-119
function moneyFormat(textObj) {
Link Here
|
109 |
<table> |
109 |
<table> |
110 |
<thead><tr> |
110 |
<thead><tr> |
111 |
<th>Description</th> |
111 |
<th>Description</th> |
112 |
<th>Account Type</th> |
112 |
<th>Account type</th> |
113 |
<th>Notify id</th> |
113 |
<th>Notify id</th> |
114 |
<th>Level</th> |
114 |
<th>Level</th> |
115 |
<th>Amount</th> |
115 |
<th>Amount</th> |
116 |
<th>Amount Outstanding</th> |
116 |
<th>Amount outstanding</th> |
117 |
</tr></thead> |
117 |
</tr></thead> |
118 |
<tfoot> |
118 |
<tfoot> |
119 |
<td colspan="5">Total amount payable:</td><td>[% amountoutstanding | format('%.2f') %]</td> |
119 |
<td colspan="5">Total amount payable:</td><td>[% amountoutstanding | format('%.2f') %]</td> |
Lines 161-171
function moneyFormat(textObj) {
Link Here
|
161 |
<table> |
161 |
<table> |
162 |
<thead><tr> |
162 |
<thead><tr> |
163 |
<th>Description</th> |
163 |
<th>Description</th> |
164 |
<th>Account Type</th> |
164 |
<th>Account type</th> |
165 |
<th>Notify id</th> |
165 |
<th>Notify id</th> |
166 |
<th>Level</th> |
166 |
<th>Level</th> |
167 |
<th>Amount</th> |
167 |
<th>Amount</th> |
168 |
<th>Amount Outstanding</th> |
168 |
<th>Amount outstanding</th> |
169 |
</tr></thead> |
169 |
</tr></thead> |
170 |
<tfoot><td colspan="5">Total amount to be written off:</td><td>[% amountoutstanding | format('%.2f') %]</td></tfoot> |
170 |
<tfoot><td colspan="5">Total amount to be written off:</td><td>[% amountoutstanding | format('%.2f') %]</td></tfoot> |
171 |
<tbody><tr> |
171 |
<tbody><tr> |