|
Lines 1267-1274
sub GetItemsInfo {
Link Here
|
| 1267 |
); |
1267 |
); |
| 1268 |
$sthnflstatus->execute( $authorised_valuecode, |
1268 |
$sthnflstatus->execute( $authorised_valuecode, |
| 1269 |
$data->{itemnotforloan} ); |
1269 |
$data->{itemnotforloan} ); |
| 1270 |
my ($lib) = $sthnflstatus->fetchrow; |
1270 |
if ( my $nfldata = $sthnflstatus->fetchrow_hashref ) { |
| 1271 |
$data->{notforloanvalue} = $lib; |
1271 |
$data->{notforloanvalue} = $nfldata->{'lib'}; |
|
|
1272 |
$data->{notforloanvalueopac} = $nfldata->{'lib_opac'}; |
| 1273 |
} |
| 1272 |
} |
1274 |
} |
| 1273 |
|
1275 |
|
| 1274 |
# get restricted status and description if applicable |
1276 |
# get restricted status and description if applicable |