return {
select => {
acp => ['id', 'barcode', 'circ_lib', 'create_date', 'active_date',
- 'age_protect', 'holdable', 'copy_number'],
+ 'age_protect', 'holdable', 'copy_number', 'circ_modifier'],
acpl => [
{column => 'name', alias => 'copy_location'},
{column => 'holdable', alias => 'location_holdable'},
<th scope='col'>[% l("Barcode") %]</th>
<th scope='col'>[% l("Shelving Location") %]</th>
[%- IF ctx.is_staff %]
+ <th scope='col'>[% l("Circulation Modifier") %]</th>
<th scope='col'>[% l("Age Hold Protection") %]</th>
<th scope='col'>[% l("Active/Create Date") %]</th>
[%- END %]
</td>
<td property="availableAtOrFrom">[%- INCLUDE "opac/parts/location_name_link.tt2"; -%]</td>
[%- IF ctx.is_staff %]
+ <td>[% copy_info.circ_modifier | html %]</td>
<td>
[% copy_info.age_protect ?
ctx.get_crahp(copy_info.age_protect).name : l('None') | html %]
--- /dev/null
+Add Circ Modifier to Record Detail Page in Staff TPAC
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+The circ_modifier field is added to the copy table to make
+more information available to staff without having to open
+the Holdings Maintenance view.
+