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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc (-2 / +1 lines)
Lines 550-556 Link Here
550
                                "searchable": true,
550
                                "searchable": true,
551
                                "orderable": true,
551
                                "orderable": true,
552
                                "render": function( data, type, row, meta ) {
552
                                "render": function( data, type, row, meta ) {
553
                                    return escape_str(categories_map[data.toLowerCase()].description);
553
                                    return escape_str(categories_map[data.toLowerCase()]?.description);
554
                                }
554
                                }
555
                            }
555
                            }
556
                            [% CASE 'dateexpiry' %]
556
                            [% CASE 'dateexpiry' %]
557
- 

Return to bug 34147