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