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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc (-2 / +1 lines)
Lines 385-391 Link Here
385
                searchable: true,
385
                searchable: true,
386
                orderable: true,
386
                orderable: true,
387
                render: function (data, type, row, meta) {
387
                render: function (data, type, row, meta) {
388
                    return escape_str(row._strings.collection_code.str);
388
                    return escape_str(row._strings.collection_code ? row._strings.collection_code.str : row.collection_code);
389
                }
389
                }
390
            },
390
            },
391
            [% IF Koha.Preference('EnableItemGroups') %]
391
            [% IF Koha.Preference('EnableItemGroups') %]
392
- 

Return to bug 37544