|
Lines 83-89
Link Here
|
| 83 |
<th>Earliest hold date</th> |
83 |
<th>Earliest hold date</th> |
| 84 |
<th>Hold notes</th> |
84 |
<th>Hold notes</th> |
| 85 |
<th class="string-sort">Pickup location</th> |
85 |
<th class="string-sort">Pickup location</th> |
| 86 |
<th>Action</th> |
86 |
<th class="NoSort">Action</th> |
| 87 |
</tr> |
87 |
</tr> |
| 88 |
</thead> |
88 |
</thead> |
| 89 |
<tbody> |
89 |
<tbody> |
|
Lines 334-339
Link Here
|
| 334 |
var table_settings = [% TablesSettings.GetTableSettings('circ', 'holds', 'holds-to-pull', 'json') | $raw %]; |
334 |
var table_settings = [% TablesSettings.GetTableSettings('circ', 'holds', 'holds-to-pull', 'json') | $raw %]; |
| 335 |
var holdst = KohaTable("holdst", { |
335 |
var holdst = KohaTable("holdst", { |
| 336 |
"pagingType": "full_numbers", |
336 |
"pagingType": "full_numbers", |
|
|
337 |
"columnDefs": [ |
| 338 |
{ "orderable": false, "searchable": false, "targets": [ 'NoSort' ] }, |
| 339 |
], |
| 337 |
}, table_settings, true, null, filters_options); |
340 |
}, table_settings, true, null, filters_options); |
| 338 |
}); |
341 |
}); |
| 339 |
</script> |
342 |
</script> |
| 340 |
- |
|
|