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

(-)a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js (-2 / +1 lines)
Lines 231-237 $(document).ready(function() { Link Here
231
                }
231
                }
232
            },
232
            },
233
            {
233
            {
234
                "data": "batch.name", // batch
234
                "data": "ill_batch.name", // batch
235
                "orderable": false,
235
                "orderable": false,
236
                "render": function(data, type, row, meta) {
236
                "render": function(data, type, row, meta) {
237
                    return row.ill_batch ?
237
                    return row.ill_batch ?
238
- 

Return to bug 36904