|
Lines 407-413
$(document).ready(function() {
Link Here
|
| 407 |
<tr> |
407 |
<tr> |
| 408 |
<th>Patron category</th> |
408 |
<th>Patron category</th> |
| 409 |
<th>Item type</th> |
409 |
<th>Item type</th> |
| 410 |
<th> </th> |
410 |
<th>Actions</th> |
| 411 |
<th>Current checkouts allowed</th> |
411 |
<th>Current checkouts allowed</th> |
| 412 |
<th>Current on-site checkouts allowed</th> |
412 |
<th>Current on-site checkouts allowed</th> |
| 413 |
<th>Loan period</th> |
413 |
<th>Loan period</th> |
|
Lines 433-439
$(document).ready(function() {
Link Here
|
| 433 |
<th>Item level holds</th> |
433 |
<th>Item level holds</th> |
| 434 |
<th>Article requests</th> |
434 |
<th>Article requests</th> |
| 435 |
<th>Rental discount (%)</th> |
435 |
<th>Rental discount (%)</th> |
| 436 |
<th> </th> |
436 |
<th>Actions</th> |
| 437 |
</tr> |
437 |
</tr> |
| 438 |
</tfoot> |
438 |
</tfoot> |
| 439 |
</tbody> |
439 |
</tbody> |
| 440 |
- |
|
|