https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39860 --- Comment #2 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Created attachment 182055 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182055&action=edit Bug 39860: Allow for the defining of custom MARC fields on the staff interface record display pages To test: 1. APPLY PATCH, updatedatabase, restart_all 2. Search for the new 'ExtraContentForXSLTDisplay' system preference 3. Find or create a record that has some MARC fields that don't show up by default in the record display. ( I tested using a 538$a ) 4. Add the following to the ExtraContentForXSLTDisplay sys pref: [% IF record.subfield('538' , 'a') %] <span class="results_summary test1"> <span class="label">The 538a: </span> [% record.subfield('538' , 'a') %] </span> [% END %] 5. Go to the record from step 3, you should see the 538$a labeled as 'The 538a:' with the appropriate data in it. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.