Lines 40-45
Link Here
|
40 |
<tr> |
40 |
<tr> |
41 |
<th> </th> |
41 |
<th> </th> |
42 |
<th>Fines & charges</th> |
42 |
<th>Fines & charges</th> |
|
|
43 |
<th class="checked-out-from">Checked out from</th> |
43 |
<th>Description</th> |
44 |
<th>Description</th> |
44 |
<th>Payment note</th> |
45 |
<th>Payment note</th> |
45 |
<th>Account type</th> |
46 |
<th>Account type</th> |
Lines 49-55
Link Here
|
49 |
</thead> |
50 |
</thead> |
50 |
<tfoot> |
51 |
<tfoot> |
51 |
<tr> |
52 |
<tr> |
52 |
<td class="total" colspan="6">Total due:</td> |
53 |
<td class="total" colspan="7">Total due:</td> |
53 |
<td style="text-align: right;">[% total | $Price %]</td> |
54 |
<td style="text-align: right;">[% total | $Price %]</td> |
54 |
</tr> |
55 |
</tr> |
55 |
</tfoot> |
56 |
</tfoot> |
Lines 74-79
Link Here
|
74 |
<input type="hidden" name="amountoutstanding[% line.accountlines_id %]" value="[% line.amountoutstanding %]" /> |
75 |
<input type="hidden" name="amountoutstanding[% line.accountlines_id %]" value="[% line.amountoutstanding %]" /> |
75 |
<input type="hidden" name="borrowernumber[% line.accountlines_id %]" value="[% line.borrowernumber %]" /> |
76 |
<input type="hidden" name="borrowernumber[% line.accountlines_id %]" value="[% line.borrowernumber %]" /> |
76 |
</td> |
77 |
</td> |
|
|
78 |
<td class="checked-out-from"> |
79 |
[% line.checkout.library.branchname %] |
80 |
</td> |
77 |
<td> |
81 |
<td> |
78 |
[% SWITCH line.accounttype %] |
82 |
[% SWITCH line.accounttype %] |
79 |
[% CASE 'Pay' %]Payment, thanks |
83 |
[% CASE 'Pay' %]Payment, thanks |
Lines 109-116
Link Here
|
109 |
[% END %] |
113 |
[% END %] |
110 |
[% IF ( account_grp.total ) %] |
114 |
[% IF ( account_grp.total ) %] |
111 |
<tr> |
115 |
<tr> |
112 |
|
116 |
<td class="total" colspan="9" style="text-align: right;">Sub total:</td> |
113 |
<td class="total" colspan="8" style="text-align: right;">Sub total:</td> |
|
|
114 |
<td style="text-align: right;">[% account_grp.total | $Price %]</td> |
117 |
<td style="text-align: right;">[% account_grp.total | $Price %]</td> |
115 |
</tr> |
118 |
</tr> |
116 |
[% END %] |
119 |
[% END %] |