https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39860
Lucas Gass (lukeg) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #182057|0 |1 is obsolete| | --- Comment #20 from Lucas Gass (lukeg) <[email protected]> --- Created attachment 182233 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182233&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 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/
