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 567-573 Link Here
567
                searchable: true,
567
                searchable: true,
568
                orderable: true,
568
                orderable: true,
569
                render: function (data, type, row, meta) {
569
                render: function (data, type, row, meta) {
570
                    return $date(row.last_seen_date);
570
                    return $datetime(row.last_seen_date);
571
                }
571
                }
572
            },
572
            },
573
            {
573
            {
574
- 

Return to bug 38146