This adds the call number to the search results page when
"Show More Details" is not selected. (This brings back the same
behavior as the pre-bootstrap OPAC.)
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
[%- END; END; -%]
</div>
-
+ [%- IF !show_detail_view AND args.holdings.size > 0 %]
+ <div class="result_call_number">
+ [% l('Call number:') %] [% args.holdings.0.label | html %]
+ </div>
+ [% END %]
[% IF rec.popularity > 0.0 AND ctx.hide_badge_scores != 'true' %]
<div><span><strong>[% l('Popularity:') %]</strong> [% rec.popularity %] / 5.0</span></div>