https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35142

--- Comment #17 from David Nind <[email protected]> ---
I didn't fully test these :
1. Verify OCLC numbers display on OPAC detail, ISBD, MARC detail
2. Verify staff catalogue detail and search results

By default, even if 035$a is set to visible in the framework, it is not shown
on the staff interface and OPAC details and search result pages.

I'm assuming this requires uring either custom XSLT or the record display
customization (Tools > Additional tools > Record display customizations).

I added this to an StaffDetailPage customization (only shows the first 035$a):

[% IF record.subfield('035' , 'a') %]
  <span class="results_summary 035a">
      <span class="label">The 035$a: </span>
      [% record.subfield('035' , 'a') %]
  </span>
[% END %]

If this is not sufficient for sign off, then please change status back to needs
signoff or provide the recommended steps for how to do steps 1 and 2.

See also comment #3 for how to update a framework.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to