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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/bookings/list.tt (-2 / +11 lines)
Lines 203-209 Link Here
203
            },
203
            },
204
            "embed": [
204
            "embed": [
205
                "item",
205
                "item",
206
                "patron"
206
                "patron",
207
                "pickup_library"
207
            ],
208
            ],
208
            "columns": [{
209
            "columns": [{
209
                "data": "booking_id",
210
                "data": "booking_id",
Lines 236-241 Link Here
236
                    });
237
                    });
237
                }
238
                }
238
            },
239
            },
240
            {
241
                "data": "pickup_library.name",
242
                "title": _("Pickup library"),
243
                "searchable": true,
244
                "orderable": true,
245
                "render": function(data, type, row, meta) {
246
                    return row.pickup_library.name;
247
                }
248
            },
239
            {
249
            {
240
                "data": "start_date",
250
                "data": "start_date",
241
                "title": _("Start date"),
251
                "title": _("Start date"),
242
- 

Return to bug 36120