Lines 432-438
Link Here
|
432 |
{ |
432 |
{ |
433 |
[% SET summary_fields = "biblio.author:biblio.title:biblio.isbn:biblio.publisher:me.internal_note:me.vendor_note" %] |
433 |
[% SET summary_fields = "biblio.author:biblio.title:biblio.isbn:biblio.publisher:me.internal_note:me.vendor_note" %] |
434 |
[% IF Koha.Preference('marcflavour')=='UNIMARC' %][% SET summary_fields = summary_fields _ ":biblio.ean" %][% END %] |
434 |
[% IF Koha.Preference('marcflavour')=='UNIMARC' %][% SET summary_fields = summary_fields _ ":biblio.ean" %][% END %] |
435 |
"data": "[% summary_fields %]", |
435 |
"data": "[% summary_fields | html %]", |
436 |
"render": function(data, type, row, meta) { |
436 |
"render": function(data, type, row, meta) { |
437 |
var result = ''; |
437 |
var result = ''; |
438 |
if ( row && row.biblio_id != null ) { |
438 |
if ( row && row.biblio_id != null ) { |
439 |
- |
|
|