Lines 1941-1947
sub searchResults {
Link Here
|
1941 |
$oldbiblio->{result_number} = $i + 1; |
1941 |
$oldbiblio->{result_number} = $i + 1; |
1942 |
|
1942 |
|
1943 |
# add imageurl to itemtype if there is one |
1943 |
# add imageurl to itemtype if there is one |
1944 |
$oldbiblio->{imageurl} = getitemtypeimagelocation( $search_context, $itemtypes{ $oldbiblio->{itemtype} }->{imageurl} ); |
1944 |
$oldbiblio->{imageurl} = getitemtypeimagelocation( $search_context->{'interface'}, $itemtypes{ $oldbiblio->{itemtype} }->{imageurl} ); |
1945 |
|
1945 |
|
1946 |
$oldbiblio->{normalized_upc} = GetNormalizedUPC( $marcrecord,$marcflavour); |
1946 |
$oldbiblio->{normalized_upc} = GetNormalizedUPC( $marcrecord,$marcflavour); |
1947 |
$oldbiblio->{normalized_ean} = GetNormalizedEAN( $marcrecord,$marcflavour); |
1947 |
$oldbiblio->{normalized_ean} = GetNormalizedEAN( $marcrecord,$marcflavour); |
1948 |
- |
|
|