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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingbookings.tt (-4 / +3 lines)
Lines 145-151 Link Here
145
                        "patron",
145
                        "patron",
146
                        "pickup_library"
146
                        "pickup_library"
147
                    ],
147
                    ],
148
                    "order": [[ 1, "asc" ]],
148
                    "order": [[ 7, "asc" ]],
149
                    "columns": [{
149
                    "columns": [{
150
                        "data": "booking_id",
150
                        "data": "booking_id",
151
                        "title": "Booking ID",
151
                        "title": "Booking ID",
Lines 196-205 Link Here
196
                        }
196
                        }
197
                    },
197
                    },
198
                    {
198
                    {
199
                        "data": "",
199
                        "data": "item.location",
200
                        "title": "Location",
200
                        "title": "Location",
201
                        "searchable": false,
201
                        "searchable": false,
202
                        "orderable": true,
202
                        "orderable": false,
203
                        "render": function(data,type,row,meta) {
203
                        "render": function(data,type,row,meta) {
204
                            if ( row.item ) {
204
                            if ( row.item ) {
205
                                if ( row.item.checked_out_date ) {
205
                                if ( row.item.checked_out_date ) {
206
- 

Return to bug 33736