https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39860 Hanna Dehlin <hanna.dehlin@hkr.se> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hanna.dehlin@hkr.se --- Comment #106 from Hanna Dehlin <hanna.dehlin@hkr.se> --- (In reply to Katrin Fischer from comment #103)
Displaying a single subfield works really well. Could we have some examples on how to display controlfield contents and full fields or a list of subfields as well?
Here is an example of how to display data from controlfield 001: <span class="results_summary record_id"> <span class="label">Record ID: </span> [% record.field('001').data %] </span> -- You are receiving this mail because: You are watching all bug changes.