591 |
render: function (data, type, row, meta) { |
591 |
render: function (data, type, row, meta) { |
592 |
return '<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=%s#item%s">%s</a>'.format(row.biblio_id, row.item_id, row.external_id); |
592 |
if ( row.external_id != null ) { |