View | Details | Raw Unified | Return to bug 33568
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +1 lines)
Lines 2815-2821 Link Here
2815
                searchable: true,
2815
                searchable: true,
2816
                orderable: true,
2816
                orderable: true,
2817
                render: function (data, type, row, meta) {
2817
                render: function (data, type, row, meta) {
2818
                    return row.external_id; // FIXME Display link to moredetail
2818
                    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);
2819
                }
2819
                }
2820
            },
2820
            },
2821
            {
2821
            {
2822
- 

Return to bug 33568