16 Apr
2026
16 Apr
'26
6:09 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41902 --- Comment #9 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- An example with some formatting and value pulled from the MARC: <b>Full title:</b> <i>[% biblio.title %][% biblio.subtitle %]</i><br> <b>Author:</b> [% biblio.author %]<br> <b>Copyright:</b> [% biblio.copyrightdate %]<br> <b>Bib created:</b> [% biblio.datecreated %]<br> <b>Framework:</b> [% biblio.frameworkcode %]<br> <b>Itemtype:</b> [% biblio.itemtype %]<br> [%- IF biblio.record.subfield('856','u') %] <b>URL:</b> [% biblio.record.subfield('856','u') %] [% END %] -- You are receiving this mail because: You are watching all bug changes.