Lines 75-80
function enableCheckboxActions(){
Link Here
|
75 |
<tr> |
75 |
<tr> |
76 |
<th> </th> |
76 |
<th> </th> |
77 |
<th>Fines & charges</th> |
77 |
<th>Fines & charges</th> |
|
|
78 |
<th class="checked-out-from">Checked out from</th> |
78 |
<th>Description</th> |
79 |
<th>Description</th> |
79 |
<th>Payment note</th> |
80 |
<th>Payment note</th> |
80 |
<th>Account type</th> |
81 |
<th>Account type</th> |
Lines 86-92
function enableCheckboxActions(){
Link Here
|
86 |
</thead> |
87 |
</thead> |
87 |
<tfoot> |
88 |
<tfoot> |
88 |
<tr> |
89 |
<tr> |
89 |
<td class="total" colspan="8">Total due:</td> |
90 |
<td class="total" colspan="9">Total due:</td> |
90 |
<td style="text-align: right;">[% total | format('%.2f') %]</td> |
91 |
<td style="text-align: right;">[% total | format('%.2f') %]</td> |
91 |
</tr> |
92 |
</tr> |
92 |
</tfoot> |
93 |
</tfoot> |
Lines 115-120
function enableCheckboxActions(){
Link Here
|
115 |
<input type="hidden" name="notify_level[% line.accountlines_id %]" value="[% line.notify_level %]" /> |
116 |
<input type="hidden" name="notify_level[% line.accountlines_id %]" value="[% line.notify_level %]" /> |
116 |
<input type="hidden" name="totals[% line.accountlines_id %]" value="[% line.totals %]" /> |
117 |
<input type="hidden" name="totals[% line.accountlines_id %]" value="[% line.totals %]" /> |
117 |
</td> |
118 |
</td> |
|
|
119 |
<td class="checked-out-from"> |
120 |
[% line.checkout.library.branchname %] |
121 |
</td> |
118 |
<td> |
122 |
<td> |
119 |
[% SWITCH line.accounttype %] |
123 |
[% SWITCH line.accounttype %] |
120 |
[% CASE 'Pay' %]Payment, thanks |
124 |
[% CASE 'Pay' %]Payment, thanks |
Lines 152-158
function enableCheckboxActions(){
Link Here
|
152 |
[% IF ( account_grp.total ) %] |
156 |
[% IF ( account_grp.total ) %] |
153 |
<tr> |
157 |
<tr> |
154 |
|
158 |
|
155 |
<td class="total" colspan="8" style="text-align: right;">Sub total:</td> |
159 |
<td class="total" colspan="9" style="text-align: right;">Sub total:</td> |
156 |
<td style="text-align: right;">[% account_grp.total | format('%.2f') %]</td> |
160 |
<td style="text-align: right;">[% account_grp.total | format('%.2f') %]</td> |
157 |
</tr> |
161 |
</tr> |
158 |
[% END %] |
162 |
[% END %] |