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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc (-2 / +1 lines)
Lines 556-562 Link Here
556
                searchable: true,
556
                searchable: true,
557
                orderable: true,
557
                orderable: true,
558
                render: function (data, type, row, meta) {
558
                render: function (data, type, row, meta) {
559
                    return $date(row.last_seen_date);
559
                    return $datetime(row.last_seen_date);
560
                }
560
                }
561
            },
561
            },
562
            {
562
            {
563
- 

Return to bug 37688