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