Lines 1250-1255
a request on the item - in particular,
Link Here
|
1250 |
this routine does not check IndependentBranches |
1250 |
this routine does not check IndependentBranches |
1251 |
and canreservefromotherbranches. |
1251 |
and canreservefromotherbranches. |
1252 |
|
1252 |
|
|
|
1253 |
Note also that this subroutine does not checks smart |
1254 |
rules limits for item by reservesallowed/holds_per_record |
1255 |
values, this complemented in calling code with calls and |
1256 |
checks with CanItemBeReserved or CanBookBeReserved. |
1257 |
|
1253 |
=cut |
1258 |
=cut |
1254 |
|
1259 |
|
1255 |
sub IsAvailableForItemLevelRequest { |
1260 |
sub IsAvailableForItemLevelRequest { |
1256 |
- |
|
|