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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingbookings.tt (-1 / +3 lines)
Lines 187-192 Link Here
187
                    "title": _("Pickup library"),
187
                    "title": _("Pickup library"),
188
                    "searchable": true,
188
                    "searchable": true,
189
                    "orderable": true,
189
                    "orderable": true,
190
                    "render": function( data, type, row, meta ) {
191
                        return escape_str(row.pickup_library_id ? row.pickup_library.name : row.pickup_library_id);
192
                    }
190
                },
193
                },
191
                {
194
                {
192
                    "data": "biblio.title",
195
                    "data": "biblio.title",
193
- 

Return to bug 38861