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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +8 lines)
Lines 1683-1693 Note that permanent location is a code, and location may be an authval. Link Here
1683
                    },
1683
                    },
1684
                    "embed": [
1684
                    "embed": [
1685
                        "biblio",
1685
                        "biblio",
1686
                        "biblio.biblioitem",
1686
                        "return_claim.patron"
1687
                        "return_claim.patron"
1687
                    ],
1688
                    ],
1688
                    "order": [[ 1, "asc" ]],
1689
                    "order": [[ 1, "asc" ]],
1689
                    "columnDefs": [ {
1690
                    "columnDefs": [ {
1690
                        "targets": [0,1,2,3],
1691
                        "targets": [0,1,2,3,4],
1691
                        "render": function (data, type, row, meta) {
1692
                        "render": function (data, type, row, meta) {
1692
                            if ( data && type == 'display' ) {
1693
                            if ( data && type == 'display' ) {
1693
                                return data.escapeHtml();
1694
                                return data.escapeHtml();
Lines 1717-1722 Note that permanent location is a code, and location may be an authval. Link Here
1717
                            "searchable": true,
1718
                            "searchable": true,
1718
                            "orderable": true,
1719
                            "orderable": true,
1719
                        },
1720
                        },
1721
                        {
1722
                            "data": "biblio.biblioitem.volume",
1723
                            "title": _("Volume"),
1724
                            "searchable": true,
1725
                            "orderable": true,
1726
                        },
1720
                        {
1727
                        {
1721
                            "data": "external_id",
1728
                            "data": "external_id",
1722
                            "title": _("Barcode"),
1729
                            "title": _("Barcode"),
1723
- 

Return to bug 33035