Lines 1309-1314
sub IsAvailableForItemLevelRequest {
Link Here
|
1309 |
# looped outside of IsAvailableForItemLevelRequest to avoid nested loops: |
1309 |
# looped outside of IsAvailableForItemLevelRequest to avoid nested loops: |
1310 |
my $items_any_available = shift; |
1310 |
my $items_any_available = shift; |
1311 |
|
1311 |
|
|
|
1312 |
return 0 unless $patron; |
1313 |
|
1312 |
my $dbh = C4::Context->dbh; |
1314 |
my $dbh = C4::Context->dbh; |
1313 |
# must check the notforloan setting of the itemtype |
1315 |
# must check the notforloan setting of the itemtype |
1314 |
# FIXME - a lot of places in the code do this |
1316 |
# FIXME - a lot of places in the code do this |
1315 |
- |
|
|