View | Details | Raw Unified | Return to bug 24683
Collapse All | Expand All

(-)a/C4/Reserves.pm (-1 / +5 lines)
Lines 1253-1258 a request on the item - in particular, Link Here
1253
this routine does not check IndependentBranches
1253
this routine does not check IndependentBranches
1254
and canreservefromotherbranches.
1254
and canreservefromotherbranches.
1255
1255
1256
Note also that this subroutine does not checks smart
1257
rules limits for item by reservesallowed/holds_per_record
1258
values, this complemented in calling code with calls and
1259
checks with CanItemBeReserved or CanBookBeReserved.
1260
1256
=cut
1261
=cut
1257
1262
1258
sub IsAvailableForItemLevelRequest {
1263
sub IsAvailableForItemLevelRequest {
1259
- 

Return to bug 24683