};
}
+# This is a helper for grouped_holdings_for_summary() later.
sub _make_single_level_grouped_holding_query {
my (
$subfield, $deepest_level, $summary_hint, $summary_id,
<thead>
<tr>
[% IF serial_holdings -%]
- <th id='copy_header_holding_label'>[% l("Holding Label") %]</th>
+ <th id='copy_header_holding_label'>[% l("Issue Label") %]</th>
[%- ELSE -%]
<th id='copy_header_library'>[% l("Location") %]</th>
[%- END %]
href="[% mkurl(ctx.opac_root _ '/place_hold', {
hold_target => copy_info.issuance, hold_type => 'I',
hold_source_page => mkurl()
- }) %]">[% l("holding") %]</a>[%-
+ }) %]">[% l("issue") %]</a>[%-
END;
ELSE;
l("No");
<div class='rdetail_extras_div'>
- [% INCLUDE 'opac/parts/record/issues-db.tt2' %]
- [% INCLUDE 'opac/parts/record/issues-mfhd.tt2' %]
+ [% INCLUDE 'opac/parts/record/issues-db.tt2' # "new" serials holdings %]
+ [% INCLUDE 'opac/parts/record/issues-mfhd.tt2' # mfhd-based "classic" serials %]
</div>