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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt (-2 / +2 lines)
Lines 178-184 Link Here
178
                        "orderable": true
178
                        "orderable": true
179
                    },
179
                    },
180
                    {
180
                    {
181
                        "data": function( row, type, val, meta ) {
181
                        "data": "displayed_on",
182
                        "render": function(data, type, row, meta) {
182
                            return $datetime(row.displayed_on);
183
                            return $datetime(row.displayed_on);
183
                        },
184
                        },
184
                        "searchable": true,
185
                        "searchable": true,
185
- 

Return to bug 27251