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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc (-2 / +1 lines)
Lines 548-554 Link Here
548
                searchable: true,
548
                searchable: true,
549
                orderable: true,
549
                orderable: true,
550
                render: function (data, type, row, meta) {
550
                render: function (data, type, row, meta) {
551
                    return $date(row.last_seen_date);
551
                    return $datetime(row.last_seen_date);
552
                }
552
                }
553
            },
553
            },
554
            {
554
            {
555
- 

Return to bug 38146