Bug 20212: Add missing html filter

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2021-02-01 10:24:47 +01:00
parent 0a637084f4
commit 9e27df3b58

View file

@ -432,7 +432,7 @@
{
[% SET summary_fields = "biblio.author:biblio.title:biblio.isbn:biblio.publisher:me.internal_note:me.vendor_note" %]
[% IF Koha.Preference('marcflavour')=='UNIMARC' %][% SET summary_fields = summary_fields _ ":biblio.ean" %][% END %]
"data": "[% summary_fields %]",
"data": "[% summary_fields | html %]",
"render": function(data, type, row, meta) {
var result = '';
if ( row && row.biblio_id != null ) {