Lines 46-51
Link Here
|
46 |
<th class="NoSort"> </th> |
46 |
<th class="NoSort"> </th> |
47 |
<th class="NoSort">Actions</th> |
47 |
<th class="NoSort">Actions</th> |
48 |
<th>Account type</th> |
48 |
<th>Account type</th> |
|
|
49 |
<th class="checked-out-from">Checked out from</th> |
49 |
<th>Description</th> |
50 |
<th>Description</th> |
50 |
<th class="title-string">Date</th> |
51 |
<th class="title-string">Date</th> |
51 |
<th>Barcode</th> |
52 |
<th>Barcode</th> |
Lines 83-88
Link Here
|
83 |
<td> |
84 |
<td> |
84 |
[% PROCESS account_type_description account=line %] |
85 |
[% PROCESS account_type_description account=line %] |
85 |
</td> |
86 |
</td> |
|
|
87 |
<td class="checked-out-from"> |
88 |
[% line.checkout.library.branchname %] |
89 |
</td> |
86 |
<td> |
90 |
<td> |
87 |
[%- IF line.description %][% line.description | html %][% END %] |
91 |
[%- IF line.description %][% line.description | html %][% END %] |
88 |
[% IF line.itemnumber %]([% line.item.biblio.title | html %])[% END %] |
92 |
[% IF line.itemnumber %]([% line.item.biblio.title | html %])[% END %] |
Lines 117-132
Link Here
|
117 |
|
121 |
|
118 |
<tfoot> |
122 |
<tfoot> |
119 |
<tr> |
123 |
<tr> |
120 |
<td class="total" colspan="10">Total due:</td> |
124 |
<td class="total" colspan="11">Total due:</td> |
121 |
<td style="text-align: right;">[% total | $Price %]</td> |
125 |
<td style="text-align: right;">[% total | $Price %]</td> |
122 |
</tr> |
126 |
</tr> |
123 |
[% IF outstanding_credits.total_outstanding < 0 %] |
127 |
[% IF outstanding_credits.total_outstanding < 0 %] |
124 |
<tr> |
128 |
<tr> |
125 |
<td class="total" colspan="10">Outstanding credits could be applied: </td> |
129 |
<td class="total" colspan="11">Outstanding credits could be applied: </td> |
126 |
<td class="credit" style="text-align: right;"><button type="submit" id="apply_credits" name="apply_credits" value="apply_credits" class="btn btn-default btn-sm">Apply <strong class="credit">[% outstanding_credits.total_outstanding | $Price %]</strong></button></td> |
130 |
<td class="credit" style="text-align: right;"><button type="submit" id="apply_credits" name="apply_credits" value="apply_credits" class="btn btn-default btn-sm">Apply <strong class="credit">[% outstanding_credits.total_outstanding | $Price %]</strong></button></td> |
127 |
</tr> |
131 |
</tr> |
128 |
<tr> |
132 |
<tr> |
129 |
<td class="total" colspan="10">Total due if credit applied:</td> |
133 |
<td class="total" colspan="11">Total due if credit applied:</td> |
130 |
<td style="text-align: right;">[% total + outstanding_credits.total_outstanding | $Price %]</td> |
134 |
<td style="text-align: right;">[% total + outstanding_credits.total_outstanding | $Price %]</td> |
131 |
</tr> |
135 |
</tr> |
132 |
[% END %] |
136 |
[% END %] |