Lines 1362-1367
sub IsAvailableForItemLevelRequest {
Link Here
|
1362 |
# looped outside of IsAvailableForItemLevelRequest to avoid nested loops: |
1362 |
# looped outside of IsAvailableForItemLevelRequest to avoid nested loops: |
1363 |
my $items_any_available = shift; |
1363 |
my $items_any_available = shift; |
1364 |
|
1364 |
|
|
|
1365 |
return 0 unless $patron; |
1366 |
|
1365 |
my $dbh = C4::Context->dbh; |
1367 |
my $dbh = C4::Context->dbh; |
1366 |
# must check the notforloan setting of the itemtype |
1368 |
# must check the notforloan setting of the itemtype |
1367 |
# FIXME - a lot of places in the code do this |
1369 |
# FIXME - a lot of places in the code do this |
1368 |
- |
|
|