Lines 203-209
Link Here
|
203 |
}; |
203 |
}; |
204 |
|
204 |
|
205 |
let table_url = '/api/v1/patrons/[% patron.borrowernumber | uri %]/holds'; |
205 |
let table_url = '/api/v1/patrons/[% patron.borrowernumber | uri %]/holds'; |
206 |
let table_embeds = ['+strings', 'biblio', 'item', 'pickup_library', 'pickup_library.branchname']; |
206 |
let table_embeds = ['+strings', 'biblio', 'item', 'pickup_library']; |
207 |
if (old){ |
207 |
if (old){ |
208 |
table_url += '?old=1'; |
208 |
table_url += '?old=1'; |
209 |
table_embeds.push('deleted_biblio'); |
209 |
table_embeds.push('deleted_biblio'); |
Lines 253-259
Link Here
|
253 |
} |
253 |
} |
254 |
}, |
254 |
}, |
255 |
{ |
255 |
{ |
256 |
data: "pickup_library_id:pickup_library.branchname", |
256 |
data: "pickup_library_id:pickup_library.name", |
257 |
searchable: true, |
257 |
searchable: true, |
258 |
orderable: true, |
258 |
orderable: true, |
259 |
render: function (data, type, row, meta) { |
259 |
render: function (data, type, row, meta) { |
260 |
- |
|
|