|
Lines 350-355
sub buildKohaItemsNamespace {
Link Here
|
| 350 |
$substatus = exists $descs{$item->notforloan} ? $descs{$item->notforloan}->{opac_description} : "Not for loan"; |
350 |
$substatus = exists $descs{$item->notforloan} ? $descs{$item->notforloan}->{opac_description} : "Not for loan"; |
| 351 |
} |
351 |
} |
| 352 |
elsif ( exists $itemtypes->{ $item->effective_itemtype } |
352 |
elsif ( exists $itemtypes->{ $item->effective_itemtype } |
|
|
353 |
&& $itemtypes->{ $item->effective_itemtype }->{notforloan} |
| 353 |
&& $itemtypes->{ $item->effective_itemtype }->{notforloan} == 1 ) |
354 |
&& $itemtypes->{ $item->effective_itemtype }->{notforloan} == 1 ) |
| 354 |
{ |
355 |
{ |
| 355 |
$status = "1" =~ /^($ref_status)$/ |
356 |
$status = "1" =~ /^($ref_status)$/ |
| 356 |
- |
|
|