https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39860
Hanna Dehlin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #106 from Hanna Dehlin <[email protected]> --- (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. _______________________________________________ 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/
