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