Lines 53-58
Link Here
|
53 |
<th>Due date</th> |
53 |
<th>Due date</th> |
54 |
<th>Checkin date</th> |
54 |
<th>Checkin date</th> |
55 |
<th>Checkout date</th> |
55 |
<th>Checkout date</th> |
|
|
56 |
<th class="checked_out_from">Checked out from</th> |
56 |
<th class="NoSort">Payment note</th> |
57 |
<th class="NoSort">Payment note</th> |
57 |
<th>Amount</th> |
58 |
<th>Amount</th> |
58 |
<th>Amount outstanding</th> |
59 |
<th>Amount outstanding</th> |
Lines 112-117
Link Here
|
112 |
[% line.checkout.issuedate | $KohaDates %] |
113 |
[% line.checkout.issuedate | $KohaDates %] |
113 |
[% END %] |
114 |
[% END %] |
114 |
</td> |
115 |
</td> |
|
|
116 |
<td class="checked_out_from"> |
117 |
[% IF line.issue_id && line.checkout.library %] |
118 |
[% line.checkout.library.branchname | html %] |
119 |
[% END %] |
120 |
</td> |
115 |
<td class="actions"> |
121 |
<td class="actions"> |
116 |
<a href="#" class="add-note" data-accountlines_id="[% line.accountlines_id | html %]"><i class="fa fa-plus"></i> Add note</a> |
122 |
<a href="#" class="add-note" data-accountlines_id="[% line.accountlines_id | html %]"><i class="fa fa-plus"></i> Add note</a> |
117 |
<span class="payment_note" id="payment_note_[% line.accountlines_id | html %]" style="display:none"><input type="text" size="10" name="payment_note_[% line.accountlines_id | html %]" value="" /> <a href="#" class="cancel-note"><i class="fa fa-remove"></i></a></span> |
123 |
<span class="payment_note" id="payment_note_[% line.accountlines_id | html %]" style="display:none"><input type="text" size="10" name="payment_note_[% line.accountlines_id | html %]" value="" /> <a href="#" class="cancel-note"><i class="fa fa-remove"></i></a></span> |
Lines 124-130
Link Here
|
124 |
|
130 |
|
125 |
<tfoot> |
131 |
<tfoot> |
126 |
<tr> |
132 |
<tr> |
127 |
<td class="total" colspan="11">Total due:</td> |
133 |
<td class="total" colspan="12">Total due:</td> |
128 |
<td style="text-align: right;">[% total | $Price %]</td> |
134 |
<td style="text-align: right;">[% total | $Price %]</td> |
129 |
</tr> |
135 |
</tr> |
130 |
[% IF outstanding_credits.total_outstanding < 0 %] |
136 |
[% IF outstanding_credits.total_outstanding < 0 %] |
131 |
- |
|
|