Bug 20212: Add missing html filter
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
0a637084f4
commit
9e27df3b58
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@
|
||||||
{
|
{
|
||||||
[% SET summary_fields = "biblio.author:biblio.title:biblio.isbn:biblio.publisher:me.internal_note:me.vendor_note" %]
|
[% 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 %]
|
[% 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) {
|
"render": function(data, type, row, meta) {
|
||||||
var result = '';
|
var result = '';
|
||||||
if ( row && row.biblio_id != null ) {
|
if ( row && row.biblio_id != null ) {
|
||||||
|
|
Loading…
Reference in a new issue