Electronic records might not have a call number, so don't try to display
one if there isn't one (in search results).
Signed-off-by: Dan Scott <dscott@laurentian.ca>
</div>
<table cellpadding="0" cellspacing="0" border="0"
class="results_info_table">
+ [% IF args.holdings.size > 0 %]
<tr name='bib_cn_list' class='result_table_title_cell'>
<td valign='top'>
<strong>[% l('Call number:') %]</strong>
</td>
- <td>[% args.holdings.0 %]</td>
+ <td>[% args.holdings.0.label %]</td>
</tr>
+ [% END %]
[% IF CGI.param('detail_record_view') %]
<!-- These fields are visible when viewing the results page in 'detailed' mode -->