<th>[% sort_head("renews", l("Renewals Left")) %]</th>
<th>[% sort_head("due", l("Due Date")) %]</th>
<th>[% sort_head("barcode", l("Barcode")) %]</th>
- <th>[% sort_head("callnum", l("Call number")) %]</th>
+ <th>[% sort_head("callnum", l("Call Number")) %]</th>
+ <th>[% sort_head("lib", l("Lending Library")) %]</th>
</tr>
</thead>
<tbody>
CASE "callnum";
circ.SORTING = circ.circ.target_copy.call_number.label;
+
+ CASE "lib";
+ circ.SORTING = circ.circ.target_copy.circ_lib.name;
CASE;
sort_field = "";
<td name="call_number">
[% circ.circ.target_copy.call_number.label | html %]
</td>
+ <td name="lib">
+ [% circ.circ.target_copy.circ_lib.name | html %]
+ </td>
</tr>
[% IF circ.renewal_response AND
circ.renewal_response.textcode != 'SUCCESS' %]