Lines 507-512
function checkMultiHold() {
Link Here
|
507 |
Age restricted |
507 |
Age restricted |
508 |
[% ELSIF itemloo.not_holdable == 'tooManyHoldsForThisRecord' %] |
508 |
[% ELSIF itemloo.not_holdable == 'tooManyHoldsForThisRecord' %] |
509 |
Exceeded max holds per record |
509 |
Exceeded max holds per record |
|
|
510 |
[% ELSIF itemloo.not_holdable == 'tooManyReservesToday' %] |
511 |
Daily hold limit reached for patron |
510 |
[% ELSIF itemloo.not_holdable == 'tooManyReserves' %] |
512 |
[% ELSIF itemloo.not_holdable == 'tooManyReserves' %] |
511 |
Too many holds |
513 |
Too many holds |
512 |
[% ELSIF itemloo.not_holdable == 'notReservable' %] |
514 |
[% ELSIF itemloo.not_holdable == 'notReservable' %] |
513 |
- |
|
|