Lines 86-91
Link Here
|
86 |
<th>Checkin date</th> |
86 |
<th>Checkin date</th> |
87 |
<th>Checkout date</th> |
87 |
<th>Checkout date</th> |
88 |
<th class="checked_out_from">Checked out from</th> |
88 |
<th class="checked_out_from">Checked out from</th> |
|
|
89 |
<th>Home library</th> |
89 |
<th class="NoSort">Payment note</th> |
90 |
<th class="NoSort">Payment note</th> |
90 |
<th>Amount</th> |
91 |
<th>Amount</th> |
91 |
<th>Amount outstanding</th> |
92 |
<th>Amount outstanding</th> |
Lines 150-155
Link Here
|
150 |
[% line.checkout.library.branchname | html %] |
151 |
[% line.checkout.library.branchname | html %] |
151 |
[% END %] |
152 |
[% END %] |
152 |
</td> |
153 |
</td> |
|
|
154 |
<td> |
155 |
[% IF line.itemnumber %] |
156 |
[% Branches.GetName( line.item.homebranch ) | html %] |
157 |
[% END %] |
158 |
</td> |
153 |
<td class="actions"> |
159 |
<td class="actions"> |
154 |
<a href="#" class="add-note" data-accountlines_id="[% line.accountlines_id | html %]"><i class="fa fa-plus"></i> Add note</a> |
160 |
<a href="#" class="add-note" data-accountlines_id="[% line.accountlines_id | html %]"><i class="fa fa-plus"></i> Add note</a> |
155 |
<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> |
161 |
<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> |
156 |
- |
|
|